aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-05-07 22:29:51 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-05-07 22:29:51 +0300
commit81b078a04d0555de9658898d4da73e0ac83bd31c (patch)
treeeae3905dcf6913563210f1be3a6d1c6139745a5a /layouts/partials/meta.html
parent64a1be9790bfe98e99a12136c1f16684de25de17 (diff)
First working example of categories
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 6a6f790..ad4655a 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -27,7 +27,7 @@
margin: 0;
background: #fff;
color: #4d4d4d;
- font: 100%/1.5 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);
}
@@ -64,7 +64,8 @@
h1, h2, h4 {
font-weight: normal;
color: #000;
- font-family: "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 Text", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ letter-spacing: -1px;
}
h3 {