NxTIC/public_html/css/font.scss

110 lines
2.5 KiB
SCSS
Raw Normal View History

/* [1] Proxima Nova
=========================================================*/
2016-04-17 15:46:34 +00:00
@font-face {
2016-05-30 09:16:27 +00:00
font-family: 'Proxima Nova';
font-style: normal;
font-weight: 100;
2016-04-17 15:46:34 +00:00
2016-05-30 09:16:27 +00:00
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");
2016-04-17 15:46:34 +00:00
}
@font-face {
2016-05-30 09:16:27 +00:00
font-family: 'Proxima Nova';
font-style: normal;
font-weight: normal;
2016-04-17 15:46:34 +00:00
2016-05-30 09:16:27 +00:00
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 {
2016-05-30 09:16:27 +00:00
font-family: 'icomoon';
font-style: normal;
font-weight: 100;
2016-05-30 09:16:27 +00:00
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 {
2016-05-30 09:16:27 +00:00
font-family: 'icomoon';
font-style: normal;
font-weight: normal;
2016-05-30 09:16:27 +00:00
src: url("/css/fonts/icomoon/regular.eot");
src: url('/css/fonts/icomoon/regular.woff') format("woff"),
url('/css/fonts/icomoon/regular.ttf') format("truetype");
}
/* [3] Open Sans
=========================================================*/
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 100;
src: url("/css/fonts/opensans/light.ttf") format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 100;
src: url("/css/fonts/opensans/lightitalic.ttf") format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: url("/css/fonts/opensans/regular.ttf") format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: bold;
src: url("/css/fonts/opensans/bold.ttf") format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: normal;
src: url("/css/fonts/opensans/italic.ttf") format("truetype");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: bold;
src: url("/css/fonts/opensans/bolditalic.ttf") format("truetype");
}
/* [4] Inconsolata
=========================================================*/
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: normal;
src: url("/css/fonts/inconsolata/regular.otf");
}