Skip to content

Commit

Permalink
manually partially notoize
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Jan 26, 2024
1 parent f087671 commit a4bbc21
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file added noto/NotoSans-Bold.ttf
Binary file not shown.
Binary file added noto/NotoSans-BoldItalic.ttf
Binary file not shown.
Binary file added noto/NotoSans-Italic.ttf
Binary file not shown.
Binary file added noto/NotoSans-Regular.ttf
Binary file not shown.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/* fonts */
@font-face {
font-family: "IBM Plex Sans";
src: url("plex/IBM-Plex-Sans/fonts/complete/ttf/IBMPlexSans-Text.ttf");
font-family: "Noto Sans";
src: url("noto/NotoSans-Regular.ttf");
font-display: swap;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("plex/IBM-Plex-Sans/fonts/complete/ttf/IBMPlexSans-TextItalic.ttf");
font-family: "Noto Sans";
src: url("noto/NotoSans-Italic.ttf");
font-display: swap;
font-style: italic;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("plex/IBM-Plex-Sans/fonts/complete/ttf/IBMPlexSans-Bold.ttf");
font-family: "Noto Sans";
src: url("noto/NotoSans-Bold.ttf");
font-display: swap;
font-weight: bold;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("plex/IBM-Plex-Sans/fonts/complete/ttf/IBMPlexSans-BoldItalic.ttf");
font-family: "Noto Sans";
src: url("noto/NotoSans-BoldItalic.ttf");
font-display: swap;
font-weight: bold;
font-style: italic;
Expand Down

0 comments on commit a4bbc21

Please sign in to comment.