mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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; }
|
||||
|
||||
body {
|
||||
.font_sans;
|
||||
color: @c_text;
|
||||
padding-top: @nav_height;
|
||||
@media (max-width: @grid-float-breakpoint-max) { padding-top: @mobile_nav_height; }
|
||||
|
@ -28,7 +29,6 @@ body {
|
|||
|
||||
* {
|
||||
outline: none !important;
|
||||
.font_sans;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue