Skip to content

Commit

Permalink
fix font links in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Jan 14, 2025
1 parent f20d61d commit e38d67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'icomoon';
src: url('/assets/fonts/icomoon.eot');
src: url('/assets/fonts/icomoon.eot') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf') format('truetype'), url('/assets/fonts/icomoon.woff') format('woff'), url('/assets/fonts/icomoon.svg') format('svg');
src: url('../fonts/icomoon.eot');
src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit e38d67f

Please sign in to comment.