a6c84daa1a
* Theming - Custom CSS for blogs - Custom themes for instance - New dark theme - UI to choose your instance theme - Option to disable blog themes if you prefer to only have the instance theme - UI to choose a blog theme
41 lines
1.1 KiB
CSS
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;
|
|
}
|
|
|