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

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