Merge pull request #44 from StevanFreeborn/stevanfreeborn/feat/change-font

feat: change font
This commit is contained in:
Stevan Freeborn
2025-12-10 19:26:58 -06:00
committed by GitHub
5 changed files with 45404 additions and 3 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.
Binary file not shown.
+13 -3
View File
@@ -1,4 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); @font-face {
font-family: 'CaskaydiaCove NFM';
src: url('./CaskaydiaCoveNFM-Regular.eot');
src: url('./CaskaydiaCoveNFM-Regular.eot?#iefix') format('embedded-opentype'),
url('./CaskaydiaCoveNFM-Regular.woff2') format('woff2'),
url('./CaskaydiaCoveNFM-Regular.woff') format('woff'),
url('./fonts/CaskaydiaCoveNFM-Regular.svg#CaskaydiaCoveNFM-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* Resets */ /* Resets */
@@ -83,7 +93,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
font-family: 'Merriweather', serif; font-family: 'CaskaydiaCove NFM', serif;
font-size: 16px; font-size: 16px;
line-height: 1.5; line-height: 1.5;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@@ -105,4 +115,4 @@ h2:focus {
.blazor-error-boundary::after { .blazor-error-boundary::after {
content: "An error has occurred." content: "An error has occurred."
} }