Skip to content

Commit

Permalink
chore: update styles and fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Christiani committed Mar 27, 2024
1 parent 624375e commit 2c552a2
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 102 deletions.
Binary file added fonts/ProximaNova-Bold.ttf
Binary file not shown.
Binary file added fonts/ProximaNova-Regular.ttf
Binary file not shown.
Binary file added fonts/ProximaNova-Semibold.ttf
Binary file not shown.
Binary file removed fonts/roboto-bold.woff2
Binary file not shown.
Binary file removed fonts/roboto-regular.woff2
Binary file not shown.
22 changes: 14 additions & 8 deletions styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
@font-face {
font-family: roboto;
font-family: proximanova;
font-style: normal;
font-weight: 700;
font-weight: 400;
font-display: swap;
src: url('../fonts/roboto-bold.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
font-family: roboto;
font-family: proximanova;
font-style: normal;
font-weight: 400;
font-weight: 600;
font-display: swap;
src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
font-family: proximanova;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('../fonts/roboto-regular.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
Loading

0 comments on commit 2c552a2

Please sign in to comment.