MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: <style type="text/css"> @font-face { font-family: "Shruti"; src: url(http://www.bhajansangrah.com/shruti.ttf) format...")
 
No edit summary
Line 5: Line 5:
     src: url(http://www.bhajansangrah.com/shruti.ttf) format("truetype");
     src: url(http://www.bhajansangrah.com/shruti.ttf) format("truetype");
}
}
p.customfont {  
div.customfont {  
     font-family: "Shruti", Verdana, Tahoma;
     font-family: "Shruti", Verdana, Tahoma;
}
}
</style>
</style>