Skip to content

Commit

Permalink
swap the verdana font for something nicer (dont tell anybody)
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Jun 13, 2024
1 parent 96c0e86 commit 46f5d44
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,26 @@
.container.cols-2 .col.third-col { display: none; }

/* verdana */
.container.verdana .links,
.container.verdana .title,
.container.verdana .search,
.container.verdana .search input,
.container.verdana h1,
.container.verdana h1.title {
/* dont tell anybody that this isn't actually verdana lmao it doesen't look that good on linux*/
font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
font-weight: normal;
}

.container.verdana .links,
.container.verdana .title,
.container.verdana .search,
.container.verdana .search input {
font-family: Verdana,sans-serif;
font-size: 20px;
line-height: 1.5;
}
.container.verdana .links {
padding: 0;
/*margin: 0 0 0 1rem ;*/
}
.container.verdana .search,
.container.verdana .search input {
Expand All @@ -85,8 +94,7 @@
padding: 0.3rem;
}
.container.verdana h1,
.container.verdana h1.title {
font-family: "Segoe UI",Arial,sans-serif;
.container.verdana h1.title {
font-size: 36px;
font-weight: 400;
color: var(--main-text-color-secondary);
Expand Down

0 comments on commit 46f5d44

Please sign in to comment.