MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
@font-face { | @font-face { | ||
font-family: 'Wiki Font Title'; | font-family: 'Wiki Font Title'; | ||
src: url('/resources/assets/Nohemi-VF.ttf') format(' | src: url('/resources/assets/Nohemi-VF.ttf') format('truetype'); | ||
font-weight: 400; | font-weight: 400; | ||
font-style: normal; | font-style: normal; | ||
| Line 18: | Line 18: | ||
@font-face { | @font-face { | ||
font-family: 'Wiki Font Subtitle'; | font-family: 'Wiki Font Subtitle'; | ||
src: url('/resources/assets/Rubik-Medium.ttf') format(' | src: url('/resources/assets/Rubik-Medium.ttf') format('truetype'); | ||
font-weight: 500; | font-weight: 500; | ||
font-style: normal; | font-style: normal; | ||
| Line 25: | Line 25: | ||
@font-face { | @font-face { | ||
font-family: 'Wiki Font Body'; | font-family: 'Wiki Font Body'; | ||
src: url('/resources/assets/Roboto-Regular.ttf') format(' | src: url('/resources/assets/Roboto-Regular.ttf') format('truetype'); | ||
font-weight: 700; | font-weight: 700; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||