skill-assessment-app/app/assets/stylesheets/core/_fonts.scss

164 lines
4.3 KiB
SCSS
Raw Permalink Normal View History

2016-07-28 12:52:54 -05:00
//HALISR
@font-face {
font-family: 'HalisR';
src:local('Halis R Thin'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Thin.woff2') format('woff2'),
font_url('HalisR-Thin.woff') format('woff'),
font_url('HalisR-Thin.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:100;
}
2016-08-04 08:54:38 -05:00
2016-07-28 12:52:54 -05:00
@font-face {
font-family: 'HalisR';
src:local('Halis R Light'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Light.woff2') format('woff2'),
font_url('HalisR-Light.woff') format('woff'),
font_url('HalisR-Light.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:200;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Book'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Book.woff2') format('woff2'),
font_url('HalisR-Book.woff') format('woff'),
font_url('HalisR-Book.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:300;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Regular'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Regular.woff2') format('woff2'),
font_url('HalisR-Regular.woff') format('woff'),
font_url('HalisR-Regular.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:500;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Medium'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Medium.woff2') format('woff2'),
font_url('HalisR-Medium.woff') format('woff'),
font_url('HalisR-Medium.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:600;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Bold'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Bold.woff2') format('woff2'),
font_url('HalisR-Bold.woff') format('woff'),
font_url('HalisR-Bold.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:700;
}
@font-face {
font-family: 'HalisR';
src:local('Halis R Black'),
2016-08-04 08:54:38 -05:00
font_url('HalisR-Black.woff2') format('woff2'),
font_url('HalisR-Black.woff') format('woff'),
font_url('HalisR-Black.otf') format('opentype');
2016-07-28 12:52:54 -05:00
font-weight:900;
}
//LATO
//regular
@font-face {
font-family: 'Lato';
src:local('Lato Hairline'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Hairline.woff2') format('woff2'),
font_url('Lato-Hairline.woff') format('woff'),
font_url('Lato-Hairline.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:100;
}
@font-face {
font-family: 'Lato';
src:local('Lato Light'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Light.woff2') format('woff2'),
font_url('Lato-Light.woff') format('woff'),
font_url('Lato-Light.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:300;
}
@font-face {
font-family: 'Lato';
src:local('Lato Regular'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Regular.woff2') format('woff2'),
font_url('Lato-Regular.woff') format('woff'),
font_url('Lato-Regular.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:500;
}
@font-face {
font-family: 'Lato';
src:local('Lato Bold'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Bold.woff2') format('woff2'),
font_url('Lato-Bold.woff') format('woff'),
font_url('Lato-Bold.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:700;
}
@font-face {
font-family: 'Lato';
src:local('Lato Black'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Black.woff2') format('woff2'),
font_url('Lato-Black.woff') format('woff'),
font_url('Lato-Black.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:900;
}
//italicized
@font-face {
font-family: 'Lato';
src:local('Lato Hairline Italic'),
2016-08-04 08:54:38 -05:00
font_url('Lato-HairlineItalic.woff2') format('woff2'),
font_url('Lato-HairlineItalic.woff') format('woff'),
font_url('Lato-HairlineItalic.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:100;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:local('Lato Light Italic'),
2016-08-04 08:54:38 -05:00
font_url('Lato-LightItalic.woff2') format('woff2'),
font_url('Lato-LightItalic.woff') format('woff'),
font_url('Lato-LightItalic.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:300;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:local('Lato Italic'),
2016-08-04 08:54:38 -05:00
font_url('Lato-Italic.woff2') format('woff2'),
font_url('Lato-Italic.woff') format('woff'),
font_url('Lato-Italic.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:500;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:local('Lato Bold Italic'),
2016-08-04 08:54:38 -05:00
font_url('Lato-BoldItalic.woff2') format('woff2'),
font_url('Lato-BoldItalic.woff') format('woff'),
font_url('Lato-BoldItalic.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:700;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:local('Lato Black Italic'),
2016-08-04 08:54:38 -05:00
font_url('Lato-BlackItalic.woff2') format('woff2'),
font_url('Lato-BlackItalic.woff') format('woff'),
font_url('Lato-BlackItalic.ttf') format('truetype');
2016-07-28 12:52:54 -05:00
font-weight:900;
font-style: italic;
2016-07-28 13:36:50 -05:00
}