diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-06-23 14:07:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 14:07:47 +0300 |
commit | e4a350edc631e325185876f01d2c7ce8e2a9d536 (patch) | |
tree | 42c611c3522033fba3ed4d4aa07bdedb053617d3 /layouts/partials/meta.html | |
parent | 8c0968e4f3e7d28696705394edc49e374bef2f85 (diff) |
Use SF display font instead of text on big text
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 1acf474..a4bf8d3 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -29,7 +29,7 @@ margin: 0; background: #fff; color: #4d4d4d; - font: 100%/1.5 'Inter UI', BlinkMacSystemFont, -apple-system, "San Francisco Text", "Roboto", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font: 100%/1.5 "Inter UI", BlinkMacSystemFont, -apple-system, "San Francisco Text", "Roboto", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0, 0.25); } @@ -66,7 +66,7 @@ h1, h2, h4 { font-weight: normal; color: #000; - font-family: 'Inter UI', "Segoe UI", BlinkMacSystemFont, -apple-system, "San Francisco Text", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: "Inter UI", "Segoe UI", BlinkMacSystemFont, -apple-system, "San Francisco Display", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; letter-spacing: -1px; } |