Skip to content

Commit

Permalink
fixed font
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDDHU123M committed Nov 18, 2024
1 parent 505621e commit f3bf7b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nabla&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
</head>

Expand Down
7 changes: 4 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,20 @@ body {
#main-content {
flex: 1;
margin-left: 270px;
margin-right: 220px; /* Adjusted to account for the right-nav */
margin-right: 220px;
padding: 30px;
background-color: #fff;
overflow-y: auto; /* Allow scrolling within the main content */
overflow-y: auto;
}

header h1#doc-title {
font-family: "Nabla", system-ui;
font-size: 2.5em;
text-shadow: #000000 0px 0px 3px;
background: linear-gradient(to right, #ff9800 0%, rgba(255, 152, 0, 0) 100%);
color: #ff9800;
font-weight: bold;
-webkit-background-clip: text;
/* -webkit-text-fill-color: transparent; */
}

h1#doc-title {
Expand Down

0 comments on commit f3bf7b4

Please sign in to comment.