MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
Created page with "@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); * { font-family: 'Roboto', sans-serif; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* Custom font */ | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
/* Framework */ | |||
* { | * { | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | } |
Revision as of 20:43, 27 September 2020
/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* Framework */
* {
font-family: 'Roboto', sans-serif;
}