changes default font-size 16px to mobile-first
This commit is contained in:
parent
f5b45a0be7
commit
225512ea3b
3 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
html {
|
||||
-webkit-text-size-adjust: 100%; // for iOS
|
||||
box-direction: normal;
|
||||
font-family: $root-font-family;
|
||||
font-family: $root-font-family;
|
||||
font-size: $small-device-font-size;
|
||||
line-height: $root-line-height;
|
||||
}
|
||||
|
||||
|
|
|
@ -113,6 +113,7 @@ html {
|
|||
-webkit-text-size-adjust: 100%;
|
||||
box-direction: normal;
|
||||
font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Droid Sans", "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 16px;
|
||||
line-height: 1.667em; }
|
||||
|
||||
html,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue