Skip to content

Commit

Permalink
Fix additional font path in fonts.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Oct 11, 2024
1 parent 37f73a8 commit 6facfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/css/m24/vars/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $m24-font-path: '/media/fonts/m24';
font-style: italic;
font-weight: bold;
src:
url('#{$m24-font-path}/mozilla-text/MozillaText-BoldIt.woff2') format('woff2'),
url('#{$m24-font-path}/mozilla-text/MozillaText-BoldIt.woff') format('woff');
url('#{$m24-font-path}/mozilla-text/MozillaText-BoldItalic.woff2') format('woff2'),
url('#{$m24-font-path}/mozilla-text/MozillaText-BoldItalic.woff') format('woff');
}

@font-face {
Expand Down

0 comments on commit 6facfc9

Please sign in to comment.