Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxstats/hugo-tanka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Xiao <road2stat@gmail.com>2018-03-13 07:04:07 +0300
committerNan Xiao <road2stat@gmail.com>2018-03-13 07:04:07 +0300
commit7bc79daa9ac1071908b3cc0d42863bf4fa3f1e04 (patch)
tree8f77e95da2bc416e599b07b3d37a8b6d08d8a252
parentee047c39ee5e9b5e77e7b5afaf8d81624eb10680 (diff)
source serif pro -> native font stack
-rw-r--r--images/hugo-tanka-theme-screenshot.pngbin108761 -> 102638 bytes
-rw-r--r--static/css/fonts.css2
-rw-r--r--static/css/style.css10
3 files changed, 6 insertions, 6 deletions
diff --git a/images/hugo-tanka-theme-screenshot.png b/images/hugo-tanka-theme-screenshot.png
index cfbfdb5..78ea52e 100644
--- a/images/hugo-tanka-theme-screenshot.png
+++ b/images/hugo-tanka-theme-screenshot.png
Binary files differ
diff --git a/static/css/fonts.css b/static/css/fonts.css
index 1833741..ca9340b 100644
--- a/static/css/fonts.css
+++ b/static/css/fonts.css
@@ -1 +1 @@
-@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600');
+/* @import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600'); */
diff --git a/static/css/style.css b/static/css/style.css
index f275fc6..c0ed88e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -10,9 +10,9 @@
}
body {
- font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
- font-size: 16px;
- line-height: 160%;
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
+ font-size: 17px;
+ line-height: 28px;
color: #333;
max-width: 700px;
margin: auto;
@@ -117,7 +117,7 @@ em,q,em,dfn {
}
.heading,.serif,h1,h2,h3 {
- font-family: "Source Serif Pro", serif;
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-weight: 600;
line-height: 120%;
}
@@ -299,7 +299,7 @@ ul li:before {
}
#not-found a {
- font-family: "Source Serif Pro", serif;
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 200px;
text-decoration: none;
display: inline-block;