1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 09:50:31 +01:00
onion/sass/ascribe-fonts/ascribe-fonts.scss

114 lines
2.7 KiB
SCSS
Raw Normal View History

[class^="icon-ascribe-"], [class*=" icon-ascribe-"] {
2015-11-20 15:40:58 +01:00
font-family: 'ascribe-logo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
2015-10-08 11:12:15 +02:00
2015-11-20 15:40:58 +01:00
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-10-08 11:12:15 +02:00
}
2015-11-20 15:40:58 +01:00
/*
These glyphs are generated using: https://icomoon.io
Even though it seems radically complicated, check out the site,
its fairly straight forward.
If someone wants you to add a new glyph go to the site,
drop in the regular ascribe-logo font and select all icons.
Then also add the new glyph, name and address it correctly and download
the font again.
Once you replace all the fonts they gave you, you're done.
*/
2015-10-08 11:12:15 +02:00
@font-face {
2015-11-20 15:40:58 +01:00
font-family: 'ascribe-logo';
src:url('#{$BASE_URL}static/fonts/ascribe-logo.eot?q6qoae');
src:url('#{$BASE_URL}static/fonts/ascribe-logo.eot?q6qoae#iefix') format('embedded-opentype'),
url('#{$BASE_URL}static/fonts/ascribe-logo.ttf?q6qoae') format('truetype'),
url('#{$BASE_URL}static/fonts/ascribe-logo.woff?q6qoae') format('woff'),
url('#{$BASE_URL}static/fonts/ascribe-logo.svg?q6qoae#ascribe-logo') format('svg');
font-weight: normal;
font-style: normal;
2015-10-08 11:12:15 +02:00
}
2015-10-09 13:14:29 +02:00
[class^="icon-ascribe-"], [class*=" icon-ascribe-"] {
2015-11-20 15:40:58 +01:00
font-family: 'ascribe-logo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
2015-10-08 11:12:15 +02:00
2015-11-20 15:40:58 +01:00
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-10-08 11:12:15 +02:00
}
.icon-ascribe-add:before {
2015-11-20 15:40:58 +01:00
content: "\e800";
2015-10-08 11:12:15 +02:00
}
.icon-ascribe-sort:before {
2015-11-20 15:40:58 +01:00
content: "\e801";
2015-10-09 13:14:29 +02:00
}
.icon-ascribe-search:before {
2015-11-20 15:40:58 +01:00
content: "\e802";
2015-10-09 13:14:29 +02:00
}
.icon-ascribe-filter:before {
2015-11-20 15:40:58 +01:00
content: "\e803";
2015-10-09 13:14:29 +02:00
}
.icon-ascribe-add-white:before {
2015-11-20 15:40:58 +01:00
content: "\e804";
}
.icon-ascribe-add-blue .path1:before {
2015-11-20 15:40:58 +01:00
content: "\e805";
color: rgb(0, 60, 106);
}
.icon-ascribe-add-blue .path2:before {
2015-11-20 15:40:58 +01:00
content: "\e806";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-ascribe-icon:before {
2015-11-20 15:40:58 +01:00
content: "\e807";
2015-10-09 13:14:29 +02:00
}
.icon-ascribe-logo:before {
2015-11-20 15:40:58 +01:00
content: "\e808";
2015-10-08 11:12:15 +02:00
}
2015-11-20 15:40:58 +01:00
.icon-ascribe-ok:before {
content: "\e809";
font-size: .7em;
2015-10-08 11:12:15 +02:00
}
.btn-glyph-ascribe {
2015-11-20 15:40:58 +01:00
font-size: 18px;
padding: 4px 12px 0 10px
2015-10-08 11:12:15 +02:00
}
2015-10-22 10:39:11 +02:00
.ascribe-logo-circle {
2015-11-20 15:40:58 +01:00
border: 6px solid #F6F6F6;
border-radius: 10em;
position: relative;
top: 10%;
left: 10%;
display: block;
width: 80%;
height: 80%;
> span {
color: #F6F6F6;
position: absolute;
top: -.29em;
left: .16em;
font-size: 5em;
font-weight: normal;
}
2015-10-22 10:39:11 +02:00
}