Created
March 4, 2021 10:04
-
-
Save DesignFront/9d9ade5f48c1cd586596dcc8c52d42a3 to your computer and use it in GitHub Desktop.
custom font faces
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: 'Guild Wars 2'; | |
src: url('inc/fonts/GuildWars2.eot'); | |
src: url('inc/fonts/GuildWars2.eot?#iefix') format('embedded-opentype'), | |
url('inc/fonts/GuildWars2.woff') format('woff'), | |
url('inc/fonts/GuildWars2.ttf') format('truetype'), | |
url('inc/fonts/GuildWars2.svg#GuildWars2Regular') format('svg'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.font { | |
-webkit-font-smoothing: antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment