Skip to content

Commit

Permalink
corrects path to icomoon fonts. have u heard of icomoon?
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Nov 6, 2023
1 parent 98aca1a commit d2fe2ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/assets/css/icomoon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?mbgro');
src: url('../fonts/icomoon.eot?mbgro#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?mbgro') format('truetype'),
url('../fonts/icomoon.woff?mbgro') format('woff'),
url('../fonts/icomoon.svg?mbgro#icomoon') format('svg');
src: url('assets/fonts/icomoon.eot?mbgro');
src: url('assets/fonts/icomoon.eot?mbgro#iefix') format('embedded-opentype'),
url('assets/fonts/icomoon.ttf?mbgro') format('truetype'),
url('assets/fonts/icomoon.woff?mbgro') format('woff'),
url('assets/fonts/icomoon.svg?mbgro#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down

0 comments on commit d2fe2ca

Please sign in to comment.