Skip to content

Instantly share code, notes, and snippets.

@DesignFront
Created March 4, 2021 10:04
Show Gist options
  • Save DesignFront/9d9ade5f48c1cd586596dcc8c52d42a3 to your computer and use it in GitHub Desktop.
Save DesignFront/9d9ade5f48c1cd586596dcc8c52d42a3 to your computer and use it in GitHub Desktop.
custom font faces
@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