MediaWiki:Common.less/fonts.less

From Brighter Shores Wiki
Jump to navigation Jump to search
// https://fonts.google.com/specimen/Lora
@font-face {
    font-family: 'Lora';
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
    src: url('filepath://Lora.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-weight: 400 700;
    font-style: italic;
    font-display: swap;
    src: url('filepath://Lora-Italic.woff2') format('woff2');
}