Skip to content

Commit

Permalink
Update font.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 27, 2024
1 parent d7f21c0 commit fe58f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/tallneck/font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-display: swap;

src: local('Roboto'),
/* Super Modern Browsers */ url('/assets/font/roboto/roboto.woff2') format('woff2'),
Expand All @@ -17,6 +18,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
font-display: swap;

src: local('Open Sans'),
/* Super Modern Browsers */ url('/assets/font/opensans/opensans.woff2') format('woff2'),
Expand All @@ -28,6 +30,7 @@
font-family: 'Open Sans';
font-style: bold;
font-weight: bold;
font-display: swap;

src: local('Open Sans'),
/* Super Modern Browsers */ url('/assets/font/opensans/opensans-bold.woff2') format('woff2'),
Expand All @@ -40,6 +43,7 @@
font-family: 'Open Sans';
font-style: italic;
font-weight: italic;
font-display: swap;

src: local('Open Sans'),
/* Super Modern Browsers */ url('/assets/font/opensans/opensans-italic.woff2') format('woff2'),
Expand Down

0 comments on commit fe58f7e

Please sign in to comment.