Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jul 25, 2022
1 parent 5f2e42f commit cbc65fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/frontend-shared/src/styles/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

/* Set up Roboto for modern browsers, all weights */
@supports (font-variation-settings: normal) {
@font-face {
font-family: 'Fira Code';
src: url('/fonts/FiraCode-VF.woff2') format('woff2 supports variations'),
url('/fonts/FiraCode-VF.woff2') format('woff2-variations');
font-weight: 100 1000;
font-stretch: 25% 151%;
}
}

html, body {
@apply bg-white font-sans antialiased;
}
Expand Down

0 comments on commit cbc65fe

Please sign in to comment.