NxTIC/css/font.scss

47 lines
1.5 KiB
SCSS
Executable File

/* [1] Proxima Nova
=========================================================*/
@font-face {
font-family: 'Proxima Nova';
font-style: normal;
font-weight: 100;
src: url("/css/fonts/proxima-nova/thin.eot");
src: url(/css/fonts/proxima-nova/thin#iefix.eot) format("embedded-opentype"),
url(/css/fonts/proxima-nova/thin.woff) format("woff"),
url(/css/fonts/proxima-nova/thin.ttf) format("truetype");
}
@font-face {
font-family: 'Proxima Nova';
font-style: normal;
font-weight: normal;
src: url("/css/fonts/proxima-nova/regular.eot");
src: url(/css/fonts/proxima-nova/regular#iefix.eot) format("embedded-opentype"),
url(/css/fonts/proxima-nova/regular.woff) format("woff"),
url(/css/fonts/proxima-nova/regular.ttf) format("truetype");
}
/* [2] Icomoon
=========================================================*/
@font-face {
font-family: 'icomoon';
font-style: normal;
font-weight: 100;
src: url("/css/fonts/icomoon/thin.eot");
src: url(/css/fonts/icomoon/thin.woff) format("woff"),
url(/css/fonts/icomoon/thin.ttf) format("truetype");
}
@font-face {
font-family: 'icomoon';
font-style: normal;
font-weight: normal;
src: url("/css/fonts/icomoon/regular.eot");
src: url(/css/fonts/icomoon/regular.woff) format("woff"),
url(/css/fonts/icomoon/regular.ttf) format("truetype");
}