MediaWiki:Common.css: Difference between revisions
no edit summary
| Nikitaivanov (talk | contribs) mNo edit summary | Nikitaivanov (talk | contribs)  No edit summary | ||
| Line 3: | Line 3: | ||
|   * Sync with MediaWiki:Mobile.css |   * Sync with MediaWiki:Mobile.css | ||
|   */ |   */ | ||
| /* Regular */ | |||
| @font-face { | |||
|   font-family: "Baloo2"; | |||
|   src: url("/resources/fonts/Baloo2-Regular.ttf") format("truetype"); | |||
|   font-weight: 400; | |||
|   font-style: normal; | |||
|   font-display: swap; | |||
| } | |||
| /* Medium */ | |||
| @font-face { | |||
|   font-family: "Baloo2"; | |||
|   src: url("/resources/fonts/Baloo2-Medium.ttf") format("truetype"); | |||
|   font-weight: 500; | |||
|   font-style: normal; | |||
|   font-display: swap; | |||
| } | |||
| /* Bold */ | |||
| @font-face { | |||
|   font-family: "Baloo2"; | |||
|   src: url("/resources/fonts/Baloo2-Bold.ttf") format("truetype"); | |||
|   font-weight: 700; | |||
|   font-style: normal; | |||
|   font-display: swap; | |||
| } | |||
| html, body { | |||
|   font-family: "Baloo2", sans-serif; | |||
| } | |||
| .quest-icons img { | .quest-icons img { | ||