More actions
Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: "Barlow"; font-weight: normal; font-style: normal; font-display: swap; src: url("/resources/assets/fonts/Barlow-Regular.woff2") format("woff2"); } :root { --font-family-base: "Barlow"; }" |
No edit summary |
||
Line 5: | Line 5: | ||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
src: url("/resources/assets/fonts/Barlow-Regular.woff2") format("woff2"); | src: url("/w/resources/assets/fonts/Barlow-Regular.woff2") format("woff2"); | ||
} | } | ||