Skip to content

Instantly share code, notes, and snippets.

@markwainwright
Last active August 26, 2021 05:26
Show Gist options
  • Save markwainwright/55fb672a2f5749c4d35c to your computer and use it in GitHub Desktop.
Save markwainwright/55fb672a2f5749c4d35c to your computer and use it in GitHub Desktop.
<style>
/**
* Do not remove this section; it allows our team to troubleshoot and track feature adoption.
* TS:0001-07-008
*/
@font-face {
font-family: 'MyFontName';
src: url('//yoursite.com/fonts/myfont.eot?#iefix') format('embedded-opentype'),
url('//yoursite.com/fonts/myfont.woff') format('woff'),
url('//yoursite.com/fonts/myfont.ttf') format('truetype'),
url('//yoursite.com/fonts/myfont.svg#svgFontName') format('svg');
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment