Skip to content

Instantly share code, notes, and snippets.

@umrashrf
Last active December 26, 2015 07:29
Show Gist options
  • Save umrashrf/7115767 to your computer and use it in GitHub Desktop.
Save umrashrf/7115767 to your computer and use it in GitHub Desktop.
@font-face {
font-family: Pictos;
src: url('http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/themes/fonts/pictos/pictos-web.eot');
src: url('http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/themes/fonts/pictos/pictos-web.eot?') format('☺'),
url('http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/themes/fonts/pictos/pictos-web.woff') format('woff'),
url('http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/themes/fonts/pictos/pictos-web.ttf') format('truetype'),
url('http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/themes/fonts/pictos/pictos-web.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.news:before {
font-family: 'Pictos';
content: 'f';
}
.schedule:before {
font-family: 'Pictos';
content: '\\';
}
.attendance:before {
font-family: 'Pictos';
content: 'U';
}
.transcript:before {
font-family: 'Pictos';
content: 'F';
}
.about:before {
font-family: 'Pictos';
content: '?';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment