MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: "Shruti"; | font-family: "Shruti"; | ||
src: url(http://www.bhajansangrah.com/ | src: url('http://www.bhajansangrah.com/Shruti.eot?') format('eot'), url('http://www.bhajansangrah.com/Shruti.woff') format('woff'), url('http://www.bhajansangrah.com/Shruti.ttf') format('truetype'), url('http://www.bhajansangrah.com/Shruti.svg#webfontwTBKaDwa') format('svg'); | ||
} | } | ||
div { | div { | ||
font-family: "Shruti", Verdana, Tahoma; | font-family: "Shruti", Verdana, Tahoma; | ||
} | } |
Revision as of 08:15, 29 August 2013
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Shruti"; src: url('http://www.bhajansangrah.com/Shruti.eot?') format('eot'), url('http://www.bhajansangrah.com/Shruti.woff') format('woff'), url('http://www.bhajansangrah.com/Shruti.ttf') format('truetype'), url('http://www.bhajansangrah.com/Shruti.svg#webfontwTBKaDwa') format('svg'); } div { font-family: "Shruti", Verdana, Tahoma; }