MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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-face { | ||
font-family: "Shruti"; | font-family: "Shruti"; | ||
| Line 8: | Line 7: | ||
font-family: "Shruti", Verdana, Tahoma; | font-family: "Shruti", Verdana, Tahoma; | ||
} | } | ||
Revision as of 18:09, 28 August 2013
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "Shruti";
src: url(http://www.bhajansangrah.com/shruti.ttf) format("truetype");
}
div {
font-family: "Shruti", Verdana, Tahoma;
}