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

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutong Chen <ertuil98@foxmail.com>2020-03-26 15:40:21 +0300
committerLutong Chen <ertuil98@foxmail.com>2020-03-26 15:40:21 +0300
commite90862125b681557ef644618fc71d36f9bd21326 (patch)
tree0f88f4f4381aa0de2f83c5d4a9e0c8f6e341fa38
parentbb19c432c2df52a795df953788694817d320105d (diff)
font opt
-rw-r--r--static/self/css/default.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/self/css/default.css b/static/self/css/default.css
index 716067e..280d6ef 100644
--- a/static/self/css/default.css
+++ b/static/self/css/default.css
@@ -1,6 +1,7 @@
body {
background-color: #f6f8fa!important;
- font-family: monospace, Helvetica, Tahoma, Arial;;
+ font-family: monospace, Helvetica, Tahoma, Arial;
+ font-display: swap;
}
/* index */
@@ -244,6 +245,7 @@ footer {
border-bottom: var(--border-width) solid var(--accent);
font-family: 'TT Commons',Arial,Helvetica,sans-serif;
font-size: 1.0625rem;
+ font-display: swap;
color: #ffffff;
}
@@ -251,6 +253,7 @@ footer {
border-bottom: var(--border-width) solid var(--accent);
font-family: 'TT Commons',Arial,Helvetica,sans-serif;
font-size: 1.0625rem;
+ font-display: swap;
color: #ffffff;
margin-top: 10px;
}