MediaWiki:Common.css: Difference between revisions

From Bhajan Sangrah
Jump to navigation Jump to search
(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 difference)

Revision as of 07:46, 29 August 2013

/* 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("truetype");
}
p.customfont { 
    font-family: "Shruti", Verdana, Tahoma;
}
</style>