mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 02:42:39 +02:00
Core tweaks for root element font-size and native font stacks
This commit is contained in:
9
dist/mini-default.css
vendored
9
dist/mini-default.css
vendored
@@ -3,12 +3,17 @@
|
||||
Author: Angelos Chalaris (chalarangelo@gmail.com)
|
||||
mini.css version: v2.0 (in-production)
|
||||
*/
|
||||
html {
|
||||
font-size: 16px; }
|
||||
|
||||
html, * {
|
||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-size: 1em;
|
||||
font-family: -apple-system, BlinkMacSystemFont,"Segoe UI","Roboto", "Droid Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
-webkit-text-size-adjust: 100%; }
|
||||
|
||||
* {
|
||||
font-size: 1em; }
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
color: #212121;
|
||||
|
Reference in New Issue
Block a user