Common.css: verschil tussen versies
| Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | ||
| − | @import url("https://fonts.googleapis.com/css?family=Nunito | + | @import url("https://fonts.googleapis.com/css?family=Nunito"); |
| − | body {font-family: "Nunito", sans-serif | + | body {font-family: "Nunito", sans-serif;} |
| − | |||
| − | #content | + | #content p {font-family: "Nunito", sans-serif; font-size: 16px;} |
| − | |||
Versie van 3 feb 2020 om 09:38
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
@import url("https://fonts.googleapis.com/css?family=Nunito");
body {font-family: "Nunito", sans-serif;}
#content p {font-family: "Nunito", sans-serif; font-size: 16px;}