Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 1: | Line 1: | ||
/* Cascading stylesheets (CSS) here will be applied to all skins. */ | /* Cascading stylesheets (CSS) here will be applied to all skins. */ | ||
+ | |||
+ | @font-face { font-family: "Noto Sans Regular"; src: url("fonts/google/NotoSans-Regular.ttf"); } | ||
+ | @font-face { font-family: "Noto Sans Italic"; font-style: italic; src: url("fonts/google/NotoSans-Italic.ttf"); } | ||
+ | |||
+ | @font-face { font-family: "Red Hat Mono Light"; font-display: swap; src: local("Red Hat Mono Light"), local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); } | ||
+ | @font-face { font-family: "Noto Sans Mono Regular"; src: url("fonts/google/NotoSansMono-Regular.ttf"); } | ||
+ | |||
+ | .translate { font-size: large; word-spacing: 1em; } | ||
+ | .translate code { font-family: "Red Hat Mono Light", "Red Hat Mono", "Roboto Mono Regular", "Roboto Mono", "Noto Sans Mono Regular", "Noto Sans Mono", monospace; } | ||
+ | |||
+ | .translations { font-size: large; } |
Revision as of 2022-04-27T02:45:24
/* Cascading stylesheets (CSS) here will be applied to all skins. */
@font-face { font-family: "Noto Sans Regular"; src: url("fonts/google/NotoSans-Regular.ttf"); }
@font-face { font-family: "Noto Sans Italic"; font-style: italic; src: url("fonts/google/NotoSans-Italic.ttf"); }
@font-face { font-family: "Red Hat Mono Light"; font-display: swap; src: local("Red Hat Mono Light"), local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); }
@font-face { font-family: "Noto Sans Mono Regular"; src: url("fonts/google/NotoSansMono-Regular.ttf"); }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono Light", "Red Hat Mono", "Roboto Mono Regular", "Roboto Mono", "Noto Sans Mono Regular", "Noto Sans Mono", monospace; }
.translations { font-size: large; }