Default theme: Fix rem unit
This commit is contained in:
parent
432710c400
commit
518d9b5aef
1 changed files with 3 additions and 1 deletions
|
@ -167,9 +167,11 @@ footer .social {
|
|||
|
||||
/*** TEXT ***/
|
||||
|
||||
html { font-size: 16px; }
|
||||
|
||||
body {
|
||||
font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.6;
|
||||
font-variant-ligatures: common-ligatures;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
|
Loading…
Reference in a new issue