MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
font-weight: 300; | font-weight: 300; | ||
src: url('../fonts/special-elite-v20-latin-regular.woff2') format('woff2'); | src: url('../fonts/special-elite-v20-latin-regular.woff2') format('woff2'); | ||
} | |||
@font-face { | |||
font-display: swap; | |||
font-family: 'Calligraffitti'; | |||
font-style: normal; | |||
font-weight: 300; | |||
src: url('../fonts/calligraffitti-v20-latin-regular.woff2') format('woff2'); | |||
} | } | ||
| Line 40: | Line 48: | ||
.font-special-elite { | .font-special-elite { | ||
font-family: "Special Elite", serif; | font-family: "Special Elite", serif; | ||
font-weight: 300; | |||
font-style: normal; | |||
} | |||
.font-calligraffitti { | |||
font-family: "Calligraffitti", serif; | |||
font-weight: 300; | font-weight: 300; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||