Skip to content

Commit

Permalink
change font
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Dec 17, 2023
1 parent 2e63364 commit db53986
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Binary file added static/fonts/IBMPlexSansVar-Italic.woff2
Binary file not shown.
Binary file added static/fonts/IBMPlexSansVar-Roman.woff2
Binary file not shown.
18 changes: 12 additions & 6 deletions static/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
@tailwind components;
@tailwind utilities;

:root {
font-family: "Inter", sans-serif;
@font-face {
src: url('/fonts/IBMPlexSansVar-Roman.woff2') format('woff2-variations');
font-family: 'IBM Plex Sans Variable';
font-style: normal;
}

@font-face {
src: url('/fonts/IBMPlexSansVar-Italic.woff2') format('woff2-variations');
font-family: 'IBM Plex Sans Variable';
font-style: italic;
}

@supports (font-variation-settings: normal) {
:root {
font-family: "Inter var", sans-serif;
}
:root {
font-family: "IBM Plex Sans Variable", sans-serif;
}

#banner {
Expand Down

0 comments on commit db53986

Please sign in to comment.