MediaWiki:Common.css: Difference between revisions
m ST moved page MediaWiki:Common.cssoff to MediaWiki:Common.css over redirect |
mNo edit summary |
||
| Line 3: | Line 3: | ||
@font-face { | @font-face { | ||
font-family:"Gotham-Black"; | font-family:"Gotham-Black"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-Black.otf") | ||
} | } | ||
@font-face { | @font-face { | ||
font-family:"Gotham-BlackItalic"; | font-family:"Gotham-BlackItalic"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-BlackItalic.otf") | ||
} | } | ||
@font-face { | @font-face { | ||
font-family:"Gotham-Bold"; | font-family:"Gotham-Bold"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-Bold.otf") | ||
} | } | ||
@font-face { | @font-face { | ||
font-family:"Gotham-BoldItalic"; | font-family:"Gotham-BoldItalic"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-BoldItalic.otf") | ||
} | } | ||
@font-face { | @font-face { | ||
font-family:"Gotham-Book"; | font-family:"Gotham-Book"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-Book.otf") | ||
} | } | ||
@font-face { | @font-face { | ||
font-family:"Gotham-BookItalic"; | font-family:"Gotham-BookItalic"; | ||
src:url(" | src:url("https://toonz.ca/styles/Gotham-BookItalic.otf") | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { font-family:Gotham-Book; | h1, h2, h3, h4, h5, h6 { font-family:Gotham-Book; | ||