v0.5.0
This commit is contained in:
30
public/assets/styles/metro.css
Normal file
30
public/assets/styles/metro.css
Normal file
@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
font-family: 'metro';
|
||||
src: url('../fonts/metro.eot?9g6aek');
|
||||
src: url('../fonts/metro.eot?9g6aek#iefix') format('embedded-opentype'),
|
||||
url('../fonts/metro.ttf?9g6aek') format('truetype'),
|
||||
url('../fonts/metro.woff?9g6aek') format('woff'),
|
||||
url('../fonts/metro.svg?9g6aek#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'metro' !important;
|
||||
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;
|
||||
}
|
||||
|
||||
.icon-metro:before {
|
||||
content: "\e900";
|
||||
}
|
Reference in New Issue
Block a user