Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: "Raharr"; src: url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new.tt...") |
|||
(53 intermediate revisions by the same user not shown) | |||
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: "Raharr_new"; | |||
src: | |||
url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf') format('truetype'); | |||
url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff'); | |||
} | |||
@font-face | @font-face | ||
{ | { | ||
font-family: " | font-family: "Raharrhand"; | ||
src: | src: | ||
url(" | url("./resources/assets/raharrs_hand.ttf") format("truetype"); | ||
} | } |
Latest revision as of 05:05, 5 August 2019
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Raharr_new"; src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf') format('truetype'); url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff'); } @font-face { font-family: "Raharrhand"; src: url("./resources/assets/raharrs_hand.ttf") format("truetype"); }