Add Nerd Font links to webpage

This commit is contained in:
kaBeech
2023-09-03 18:54:41 -07:00
parent b5eac940ed
commit 0e5a3b60ae
2 changed files with 19 additions and 2 deletions

View File

@@ -170,6 +170,16 @@
</ul> </ul>
</div> </div>
</div> </div>
<h3 id="nerdFont">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.nerdfonts.com/"
>Nerd Font</a
>
</h3>
<a href="./SeriousSans/otf/SeriousSansNerd.otf">SeriousSansNerd.otf</a>
<br />
<h2>What?</h2> <h2>What?</h2>
<p> <p>
Serious Sans is a legible monospaced font made to resemble the classic Serious Sans is a legible monospaced font made to resemble the classic

View File

@@ -49,8 +49,8 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 100%; font-size: 100%;
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
@@ -61,6 +61,13 @@ body {
flex-direction: column; flex-direction: column;
} }
#nerdFont :link,
#nerdFont :visited {
color: #d4d4d4;
text-decoration-line: underline;
text-decoration-style: dotted;
}
ul, ul,
ol { ol {
list-style: none; list-style: none;