Created
May 27, 2021 14:50
-
-
Save owrrpon/2fd045bccf734e4e3eb3b3cd5c677051 to your computer and use it in GitHub Desktop.
updating the font urls in icomoon scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'modhyobitto-icons'; | |
src: url('../assets/fonts/modhyobitto-icons.eot?uzso5b'); | |
src: url('../assets/fonts/modhyobitto-icons.eot?uzso5b#iefix') format('embedded-opentype'), | |
url('../assets/fonts/modhyobitto-icons.ttf?uzso5b') format('truetype'), | |
url('../assets/fonts/modhyobitto-icons.woff?uzso5b') format('woff'), | |
url('../assets/fonts/modhyobitto-icons.svg?uzso5b#modhyobitto-icons') format('svg'); | |
font-weight: normal; | |
font-style: normal; | |
font-display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment