Plume/static/fonts/Lora/Lora.css
Matthieu 3185776ff2 Removed Google Fonts & changed header
+ Added fonts for Lora and Playfair Display in the fonts directory.
* Changed header style.
* Improved responsive for main padding (20% -> 5% on small screens).
2018-06-19 14:10:28 +02:00

41 lines
1.1 KiB
CSS

@font-face {
font-family: 'Lora';
src: url('Lora-Regular.eot');
src: url('Lora-Regular.eot?#iefix') format('embedded-opentype'),
url('Lora-Regular.woff2') format('woff2'),
url('Lora-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lora';
src: url('Lora-Italic.eot');
src: url('Lora-Italic.eot?#iefix') format('embedded-opentype'),
url('Lora-Italic.woff2') format('woff2'),
url('Lora-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Lora';
src: url('Lora-Bold.eot');
src: url('Lora-Bold.eot?#iefix') format('embedded-opentype'),
url('Lora-Bold.woff2') format('woff2'),
url('Lora-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lora';
src: url('Lora-BoldItalic.eot');
src: url('Lora-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('Lora-BoldItalic.woff2') format('woff2'),
url('Lora-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}