171 lines
5.9 KiB
SCSS
171 lines
5.9 KiB
SCSS
// List of fonts
|
|
//
|
|
// 01. Roboto (https://www.google.com/fonts/specimen/Roboto)
|
|
// 02. Lato (https://www.google.com/fonts/specimen/Lato)
|
|
|
|
|
|
// 01. Roboto
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-light.eot');
|
|
src: font-url('roboto-light.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-light.woff') format('woff'),
|
|
font-url('roboto-light.ttf') format('truetype'),
|
|
font-url('roboto-light.svg#latolight') format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-lightitalic.eot');
|
|
src: font-url('roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-lightitalic.woff') format('woff'),
|
|
font-url('roboto-lightitalic.ttf') format('truetype'),
|
|
font-url('roboto-lightitalic.svg#latolight_italic') format('svg');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-regular.eot');
|
|
src: font-url('roboto-regular.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-regular.woff') format('woff'),
|
|
font-url('roboto-regular.ttf') format('truetype'),
|
|
font-url('roboto-regular.svg#latoregular') format('svg');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-italic.eot');
|
|
src: font-url('roboto-italic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-italic.woff') format('woff'),
|
|
font-url('roboto-italic.ttf') format('truetype'),
|
|
font-url('roboto-italic.svg#latoitalic') format('svg');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-bold.eot');
|
|
src: font-url('roboto-bold.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-bold.woff') format('woff'),
|
|
font-url('roboto-bold.ttf') format('truetype'),
|
|
font-url('roboto-bold.svg#latobold') format('svg');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-bolditalic.eot');
|
|
src: font-url('roboto-bolditalic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-bolditalic.woff') format('woff'),
|
|
font-url('roboto-bolditalic.ttf') format('truetype'),
|
|
font-url('roboto-bolditalic.svg#latobold_italic') format('svg');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-black.eot');
|
|
src: font-url('roboto-black.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-black.woff') format('woff'),
|
|
font-url('roboto-black.ttf') format('truetype'),
|
|
font-url('roboto-black.svg#latoblack') format('svg');
|
|
font-weight: bolder;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: font-url('roboto-blackitalic.eot');
|
|
src: font-url('roboto-blackitalic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('roboto-blackitalic.woff') format('woff'),
|
|
font-url('roboto-blackitalic.ttf') format('truetype'),
|
|
font-url('roboto-blackitalic.svg#latobold_italic') format('svg');
|
|
font-weight: bolder;
|
|
font-style: italic;
|
|
}
|
|
|
|
// 02. Lato
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-light.eot');
|
|
src: font-url('lato-light.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-light.woff2') format('woff2'),
|
|
font-url('lato-light.woff') format('woff'),
|
|
font-url('lato-light.ttf') format('truetype'),
|
|
font-url('lato-light.svg#latolight') format('svg');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-lightitalic.eot');
|
|
src: font-url('lato-lightitalic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-lightitalic.woff2') format('woff2'),
|
|
font-url('lato-lightitalic.woff') format('woff'),
|
|
font-url('lato-lightitalic.ttf') format('truetype'),
|
|
font-url('lato-lightitalic.svg#latolight_italic') format('svg');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-regular.eot');
|
|
src: font-url('lato-regular.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-regular.woff2') format('woff2'),
|
|
font-url('lato-regular.woff') format('woff'),
|
|
font-url('lato-regular.ttf') format('truetype'),
|
|
font-url('lato-regular.svg#latoregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-italic.eot');
|
|
src: font-url('lato-italic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-italic.woff2') format('woff2'),
|
|
font-url('lato-italic.woff') format('woff'),
|
|
font-url('lato-italic.ttf') format('truetype'),
|
|
font-url('lato-italic.svg#latoitalic') format('svg');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-bold.eot');
|
|
src: font-url('lato-bold.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-bold.woff2') format('woff2'),
|
|
font-url('lato-bold.woff') format('woff'),
|
|
font-url('lato-bold.ttf') format('truetype'),
|
|
font-url('lato-bold.svg#latobold') format('svg');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
src: font-url('lato-bolditalic.eot');
|
|
src: font-url('lato-bolditalic.eot?#iefix') format('embedded-opentype'),
|
|
font-url('lato-bolditalic.woff2') format('woff2'),
|
|
font-url('lato-bolditalic.woff') format('woff'),
|
|
font-url('lato-bolditalic.ttf') format('truetype'),
|
|
font-url('lato-bolditalic.svg#latobold_italic') format('svg');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
} |