v2.0.2-beta
This commit is contained in:
33
assets/sass/_fonts.scss
Normal file
33
assets/sass/_fonts.scss
Normal file
@ -0,0 +1,33 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('../fonts/icomoon.eotiedbpz');
|
||||
src: url('../fonts/icomoon.eot?iedbpz#iefix') format('embedded-opentype'),
|
||||
url('../fonts/icomoon.ttf?iedbpz') format('truetype'),
|
||||
url('../fonts/icomoon.woff?iedbpz') format('woff'),
|
||||
url('../fonts/icomoon.svg?iedbpz#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="font-icon"], [class*=" font-icon"] {
|
||||
// use !important to prevent issues with browser extensions that change fonts
|
||||
font-family: 'icomoon' !important;
|
||||
speak: never;
|
||||
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;
|
||||
}
|
||||
|
||||
i.font-icon.angle:before {
|
||||
content: "\e900";
|
||||
}
|
||||
i.font-icon.chile:before {
|
||||
content: "\e901";
|
||||
}
|
Reference in New Issue
Block a user