Skip to content

Commit

Permalink
Switch to reduced version of font
Browse files Browse the repository at this point in the history
  • Loading branch information
nanzhong committed Jan 3, 2024
1 parent 67cbf5c commit 92a3f2e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file added theme/static/fonts/IosevkaWeb-Bold.woff2
Binary file not shown.
Binary file added theme/static/fonts/IosevkaWeb-BoldItalic.woff2
Binary file not shown.
Binary file added theme/static/fonts/IosevkaWeb-Italic.woff2
Binary file not shown.
Binary file added theme/static/fonts/IosevkaWeb-Regular.woff2
Binary file not shown.
Binary file removed theme/static/fonts/iosevka-custom-bold.woff2
Binary file not shown.
Binary file removed theme/static/fonts/iosevka-custom-bolditalic.woff2
Binary file not shown.
Binary file removed theme/static/fonts/iosevka-custom-italic.woff2
Binary file not shown.
Binary file removed theme/static/fonts/iosevka-custom-regular.woff2
Binary file not shown.
16 changes: 8 additions & 8 deletions theme/static/scss/_font.css
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
@font-face {
font-family: 'Iosevka Custom';
font-family: 'Iosevka Web';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('/assets/fonts/iosevka-custom-regular.woff2') format('woff2');
src: url('/assets/fonts/IosevkaWeb-Regular.woff2') format('woff2');
}

@font-face {
font-family: 'Iosevka Custom';
font-family: 'Iosevka Web';
font-weight: normal;
font-style: italic;
font-display: swap;
src: url('/assets/fonts/iosevka-custom-italic.woff2') format('woff2');
src: url('/assets/fonts/IosevkaWeb-Italic.woff2') format('woff2');
}

@font-face {
font-family: 'Iosevka Custom';
font-family: 'Iosevka Web';
font-weight: bold;
font-style: normal;
font-display: swap;
src: url('/assets/fonts/iosevka-custom-bold.woff2') format('woff2');
src: url('/assets/fonts/IosevkaWeb-Bold.woff2') format('woff2');
}

@font-face {
font-family: 'Iosevka Custom';
font-family: 'Iosevka Web';
font-weight: bold;
font-style: italic;
font-display: swap;
src: url('/assets/fonts/iosevka-custom-bolditalic.woff2') format('woff2');
src: url('/assets/fonts/IosevkaWeb-BoldItalic.woff2') format('woff2');
}

0 comments on commit 92a3f2e

Please sign in to comment.