Skip to content

Commit

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

src: local('Open Sans'),
/* Super Modern Browsers */ url('/assets/font/opensans/opensans-bold.woff2') format('woff2'),
Expand All @@ -39,11 +39,11 @@
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: normal;
font-weight: italic;

src: local('Open Sans'),
/* Super Modern Browsers */ url('/assets/font/opensans/opensans-italic.woff2') format('woff2'),
/* Modern Browsers */ url('/assets/font/opensans/opensans-italic.woff') format('woff'),
/* Safari, Android, iOS */ url('/assets/font/opensans/opensans-italic.ttf') format('truetype');

}
}

0 comments on commit d7f21c0

Please sign in to comment.