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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2021-02-02 09:17:09 +0300
committervvveiii <cntrump@gmail.com>2021-02-02 09:17:09 +0300
commitd67c1e8512d515cdde14184f507776793135be66 (patch)
tree62d914953eec8998c8da5f95ebfa77420d10d78a
parentbe3e481e42cb65ca0f7dc113c9f872730e0624da (diff)
update font-family
-rw-r--r--assets/css/style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index cd21288..620491b 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -35,10 +35,7 @@
}
html {
- font-family: 'Avenir Next', Arial, system-ui, -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', 'Segoe UI',
- Ubuntu, Roboto, Oxygen, Cantarell, 'Fira Sans', 'Droid Sans',
- 'Helvetica Neue', Helvetica , Verdana, 'Lucida Grande',
- sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
+ font-family: 'Avenir Next', Arial, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Verdana, Ubuntu, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji';
font-size: 16px;
font-weight: 400;
line-height: 1.5;
@@ -127,7 +124,7 @@ code,
tt,
kbd,
samp {
- font-family: Menlo, Consolas, 'Liberation Mono', monospace;
+ font-family: Menlo, Consolas, Monaco, 'Courier New', 'Ubuntu Mono', monospace, serif;
font-weight: 400;
font-size: 85%;
}