MediaWiki:Common.less/fonts.less

From Brighter Shores Wiki
Revision as of 02:30, 22 March 2024 by Jayden (talk | contribs) (Created page with "// 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'); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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');
}