Skip to content

Commit

Permalink
chore: cleanup boilerplate font
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu committed Dec 22, 2023
1 parent ed29288 commit 5b887ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
18 changes: 0 additions & 18 deletions aemeds/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
@font-face {
font-family: roboto;
font-style: normal;
font-weight: 700;
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;
}

@font-face {
font-family: roboto;
font-style: normal;
font-weight: 400;
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;
}

@font-face {
font-family: GilroyRegular;
src: url('../fonts/gilroy-regular.woff2') format('woff2'),url('../fonts/gilroy-regular.woff') format('woff');
Expand Down
7 changes: 0 additions & 7 deletions aemeds/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
--nav-height: 80px;
}

@font-face {
font-family: roboto-fallback;
size-adjust: 100.06%;
ascent-override: 95%;
src: local('Arial');
}

@font-face {
font-family: GilroyRegularFallback;
size-adjust: 100.06%; /* TODO finetune */
Expand Down

0 comments on commit 5b887ce

Please sign in to comment.