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

164 lines
4.2 KiB
SCSS
Raw Normal View History

2017-03-06 16:06:16 -06:00
// sass-lint:disable function-name-format
//HALISR
@font-face {
font-family: 'HalisR';
font-weight: 100;
src: local('Halis R Thin'),
font_url('HalisR-Thin.woff2') format('woff2'),
font_url('HalisR-Thin.woff') format('woff'),
font_url('HalisR-Thin.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 200;
src: local('Halis R Light'),
font_url('HalisR-Light.woff2') format('woff2'),
font_url('HalisR-Light.woff') format('woff'),
font_url('HalisR-Light.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 300;
src: local('Halis R Book'),
font_url('HalisR-Book.woff2') format('woff2'),
font_url('HalisR-Book.woff') format('woff'),
font_url('HalisR-Book.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 500;
src: local('Halis R Regular'),
font_url('HalisR-Regular.woff2') format('woff2'),
font_url('HalisR-Regular.woff') format('woff'),
font_url('HalisR-Regular.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 600;
src: local('Halis R Medium'),
font_url('HalisR-Medium.woff2') format('woff2'),
font_url('HalisR-Medium.woff') format('woff'),
font_url('HalisR-Medium.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 700;
src: local('Halis R Bold'),
font_url('HalisR-Bold.woff2') format('woff2'),
font_url('HalisR-Bold.woff') format('woff'),
font_url('HalisR-Bold.otf') format('opentype');
}
@font-face {
font-family: 'HalisR';
font-weight: 900;
src: local('Halis R Black'),
font_url('HalisR-Black.woff2') format('woff2'),
font_url('HalisR-Black.woff') format('woff'),
font_url('HalisR-Black.otf') format('opentype');
}
//LATO
@font-face {
font-family: 'Lato';
font-weight: 100;
src: local('Lato Hairline'),
font_url('Lato-Hairline.woff2') format('woff2'),
font_url('Lato-Hairline.woff') format('woff'),
font_url('Lato-Hairline.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 300;
src: local('Lato Light'),
font_url('Lato-Light.woff2') format('woff2'),
font_url('Lato-Light.woff') format('woff'),
font_url('Lato-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 500;
src: local('Lato Regular'),
font_url('Lato-Regular.woff2') format('woff2'),
font_url('Lato-Regular.woff') format('woff'),
font_url('Lato-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 700;
src: local('Lato Bold'),
font_url('Lato-Bold.woff2') format('woff2'),
font_url('Lato-Bold.woff') format('woff'),
font_url('Lato-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 900;
src: local('Lato Black'),
font_url('Lato-Black.woff2') format('woff2'),
font_url('Lato-Black.woff') format('woff'),
font_url('Lato-Black.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 100;
font-style: italic;
src: local('Lato Hairline Italic'),
font_url('Lato-HairlineItalic.woff2') format('woff2'),
font_url('Lato-HairlineItalic.woff') format('woff'),
font_url('Lato-HairlineItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 300;
font-style: italic;
src: local('Lato Light Italic'),
font_url('Lato-LightItalic.woff2') format('woff2'),
font_url('Lato-LightItalic.woff') format('woff'),
font_url('Lato-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 500;
font-style: italic;
src: local('Lato Italic'),
font_url('Lato-Italic.woff2') format('woff2'),
font_url('Lato-Italic.woff') format('woff'),
font_url('Lato-Italic.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 700;
font-style: italic;
src: local('Lato Bold Italic'),
font_url('Lato-BoldItalic.woff2') format('woff2'),
font_url('Lato-BoldItalic.woff') format('woff'),
font_url('Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Lato';
font-weight: 900;
font-style: italic;
src: local('Lato Black Italic'),
font_url('Lato-BlackItalic.woff2') format('woff2'),
font_url('Lato-BlackItalic.woff') format('woff'),
font_url('Lato-BlackItalic.ttf') format('truetype');
}