Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Created October 6, 2012 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomraithel/3845330 to your computer and use it in GitHub Desktop.
Save tomraithel/3845330 to your computer and use it in GitHub Desktop.
CSS: @font-face definition for all browsers
@font-face {
font-family: "PlutoSansCondexLight";
src: url("plutosanscondexlight.eot"); /* IE9 Compat Modes */
src: url("plutosanscondexlight.eot?iefix") format("eot"), /* IE6-IE8 */
url("plutosanscondexlight.woff") format("woff"), /* Modern Browsers */
url("plutosanscondexlight.ttf") format("truetype"), /* Safari, Android, iOS */
url("plutosanscondexlight.svg#PlutoSansCondexLight") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment