MediaWiki:Common.css: Difference between revisions
Fix for non-firefox browsers still showing sliding-gallery scrollbar |
Import Roboto black from Google fonts |
||
| Line 1: | Line 1: | ||
/* | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap'); | |||
/ | @font-face { | ||
font-family: 'KingthingsPetrock'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Kingthings Petrock"), | |||
url('filepath://Kingthings_Petrock-webfont.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'MuseoSans'; | |||
font-style: normal; | |||
font-weight: normal; | |||
src: local("Museo Sans"), | |||
url('filepath://Museo_Sans_500.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'League Spartan'; | |||
font-style: normal; | |||
font-weight: bold; | |||
src: local("League Spartan"), | |||
url('filepath://Leaguespartan-bold.woff') format('woff'); | |||
} | |||
.new, #p-personal a.new { | .new, #p-personal a.new { | ||
| Line 240: | Line 260: | ||
height:auto; | height:auto; | ||
} | } | ||