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:
Diffstat (limited to 'layouts/partials/styles.html')
-rw-r--r--layouts/partials/styles.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index 01b1005..671ac1b 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -11,7 +11,7 @@
}
body {
- font-family: "TiemposText", Georgia, Times, "Times New Roman", "Hiragino Kaku Gothic Pro", "Meiryo", serif;
+ font-family: "TiemposText", Georgia, Times, "Times New Roman", serif;
font-size: 16px;
line-height: 160%;
color: #333;
@@ -93,15 +93,15 @@
}
.sans,html .gist .gist-file .gist-meta {
- font-family: "TiemposText", "Myriad Pro", Myriad, sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mono,pre,code,tt,p code,li code {
- font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
+ font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.heading,.serif,h1,h2,h3 {
- font-family: "EB Garamond", serif;
+ font-family: "TiemposHeadline", serif;
}
strong {
@@ -281,7 +281,7 @@
}
#not-found a {
- font-family:"EB Garamond",serif;
+ font-family: "TiemposHeadline", serif;
font-size: 200px;
text-decoration: none;
display: inline-block;