Difference between revisions of "MediaWiki:Common.css"
From Houdoud
m |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | @font-face { | ||
+ | font-family: "Amiri Bold"; | ||
+ | src: url( /w/extensions/WikiVisor/video/fonts/Amiri/Amiri-Bold.ttf ) format('truetype'); | ||
+ | font-weight: 700; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: Kanit; | ||
+ | src: url( /w/extensions/WikiVisor/video/fonts/Kanit/Kanit-Regular.ttf ) format('truetype'); | ||
+ | font-weight: 400; | ||
+ | font-style: normal; | ||
+ | } |
Revision as of 09:17, 16 November 2020
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "Amiri Bold";
src: url( /w/extensions/WikiVisor/video/fonts/Amiri/Amiri-Bold.ttf ) format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Kanit;
src: url( /w/extensions/WikiVisor/video/fonts/Kanit/Kanit-Regular.ttf ) format('truetype');
font-weight: 400;
font-style: normal;
}