mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 16:04:10 -05:00
Set the default font through inheritance rather than *
This commit is contained in:
parent
9a7f8857c3
commit
84b3000288
1 changed files with 1 additions and 1 deletions
2
resources/assets/less/app.less
vendored
2
resources/assets/less/app.less
vendored
|
@ -21,6 +21,7 @@ html, body {
|
||||||
html.no-scroll { overflow-y: hidden; }
|
html.no-scroll { overflow-y: hidden; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
.font_sans;
|
||||||
color: @c_text;
|
color: @c_text;
|
||||||
padding-top: @nav_height;
|
padding-top: @nav_height;
|
||||||
@media (max-width: @grid-float-breakpoint-max) { padding-top: @mobile_nav_height; }
|
@media (max-width: @grid-float-breakpoint-max) { padding-top: @mobile_nav_height; }
|
||||||
|
@ -28,7 +29,6 @@ body {
|
||||||
|
|
||||||
* {
|
* {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
.font_sans;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue