Common.css: Unterschied zwischen den Versionen
Aus Gemeinwohlwiki Braunschweig
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: @import url('https://fonts.googleapis.com/css2?family=Lato&family=Oswald&display=swap');…“) |
|||
| Zeile 1: | Zeile 1: | ||
| − | + | @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif '); | |
| − | |||
| − | @import url('https://fonts.googleapis.com/ | ||
body { | body { | ||
| − | font-family: " | + | font-family: "Noto Sans", sans-serif; |
} | } | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
| − | font-family: " | + | font-family: "Noto Serif", serif; |
} | } | ||
Version vom 28. Januar 2021, 07:29 Uhr
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
body {
font-family: "Noto Sans", sans-serif;
}
#content h1,
#content h2 {
font-family: "Noto Serif", serif;
}
