Skip to content

Instantly share code, notes, and snippets.

@tiger8888
Forked from julienchazal/font-face_syntax.css
Created February 22, 2019 00:38
Show Gist options
  • Save tiger8888/a4789b16c3a90e241cf9f05e878eacea to your computer and use it in GitHub Desktop.
Save tiger8888/a4789b16c3a90e241cf9f05e878eacea to your computer and use it in GitHub Desktop.
Bullet Proof @font-face Syntax
@font-face {
font-family: 'cicle_gorditagordita';
src: url('fonts/Cicle_Gordita-webfont.eot');
src: url('fonts/Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Cicle_Gordita-webfont.woff') format('woff'),
url('fonts/Cicle_Gordita-webfont.ttf') format('truetype'),
url('fonts/Cicle_Gordita-webfont.svg#cicle_gorditagordita') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment