Skip to content

Commit

Permalink
chore: update font
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 28, 2024
1 parent 98d0cf0 commit 553b423
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,7 @@ body {
letter-spacing: 0ch;
color: var(--text-color);
background-color: var(--background-color);
font-family:
Monaspace Xenon,
Cambria,
Cochin,
Georgia,
Times,
"Times New Roman",
serif;
font-family: Domine, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

hr {
Expand Down Expand Up @@ -477,29 +470,6 @@ figure:has(img) {
}

@font-face {
font-family: "Monaspace Xenon";
font-weight: 400;
font-style: normal;
src: url("/fonts/MonaspaceXenon-Light.woff") format("woff");
}

@font-face {
font-family: "Monaspace Xenon";
font-style: normal;
font-weight: 700;
src: url("/fonts/MonaspaceXenon-Bold.woff") format("woff");
}

@font-face {
font-family: "Monaspace Xenon";
font-weight: 400;
font-style: italic;
src: url("/fonts/MonaspaceXenon-Italic.woff") format("woff");
}

@font-face {
font-family: "Monaspace Xenon";
font-weight: 700;
font-style: italic;
src: url("/fonts/MonaspaceXenon-BoldItalic.woff") format("woff");
font-family: "Domine";
src: url("/fonts/Domine-VariableFont_wght.woff") format("woff");
}
Binary file added static/fonts/Domine-VariableFont_wght.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-Bold.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-BoldItalic.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-ExtraBold.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-ExtraLight.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-Italic.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-Light.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-Medium.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-Regular.woff
Binary file not shown.
Binary file removed static/fonts/MonaspaceXenon-SemiBold.woff
Binary file not shown.

0 comments on commit 553b423

Please sign in to comment.