1
0
mirror of https://github.com/ascribe/onion.git synced 2024-09-28 03:58:55 +02:00
onion/sass/ascribe-fonts/ascribe-fonts.scss

56 lines
1.5 KiB
SCSS
Raw Normal View History

2015-05-20 17:32:06 +02:00
@font-face {
font-family: 'ascribe';
2015-06-09 16:10:25 +02:00
src:url('/beta/static/fonts/ascribe.eot?-oi6ttk');
src:url('/beta/static/fonts/ascribe.eot?#iefix-oi6ttk') format('embedded-opentype'),
url('/beta/static/fonts/ascribe.woff?-oi6ttk') format('woff'),
url('/beta/static/fonts/ascribe.ttf?-oi6ttk') format('truetype'),
url('/beta/static/fonts/ascribe.svg?-oi6ttk#ascribe') format('svg');
2015-05-20 17:32:06 +02:00
font-weight: normal;
font-style: normal;
}
[class^="glyph-ascribe-"], [class*=" glyph-ascribe-"] {
font-family: 'ascribe';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyph-ascribe-logo-spool:before {
content: "\e600";
}
.glyph-ascribe-spool:before {
content: "\e601";
}
.glyph-ascribe-logo-spool-chunked:before {
content: "\e602";
}
.glyph-ascribe-spool-chunked:before {
content: "\e603";
}
@font-face {
font-family: mercury_regular;
src: url(Mercury_Regular.otf);
}
@font-face {
font-family: mercury_medium;
src: url(Mercury_Medium.otf);
}
@font-face {
font-family: mercury_light;
src: url(Mercury_Light.otf);
2015-06-08 15:24:58 +02:00
}