Skip to content
Snippets Groups Projects

Resolve "Schriftgrößen in Quicktips für fett und kursiv anpassen"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/* Default Font */
/* Default Font */
* {
body {
font-family: Liberation Sans, sans-serif;
font-family: Liberation Sans, sans-serif;
}
}
@@ -82,7 +82,7 @@ p {
@@ -82,7 +82,7 @@ p {
.first-last-child-margin-fix;
.first-last-child-margin-fix;
}
}
* {
body {
font-size: @default-font-size;
font-size: @default-font-size;
.first-last-child-margin-fix;
.first-last-child-margin-fix;
}
}
Loading