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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2021-02-28 09:57:32 +0300
committerQueensferry <queensferry.me@gmail.com>2022-03-31 10:49:00 +0300
commitfc898333eeb58a83487e95ae900a9b468dc361e6 (patch)
tree59fdd7446efbf0eb87ff4b47ed0b9ee8e3102cdc
parentdc680d72f128e56b145e31947c2baee3d779ae49 (diff)
docs: update instructions on sc-font in `README.md`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb06e13..5cc39b7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ See `exampleSite/config.toml` for an example configuration.
Note that for Simplified Chinese users, it is generally recommended to use [Noto Serif SC](https://fonts.google.com/specimen/Noto+Serif+SC) via Google Fonts. For instance, put the following codes in your `static/css/custom.css`:
```css
-@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;700&display=swap');
#wrapper {
font-family: 'Latin Modern Roman', 'Times New Roman', 'Noto Serif SC', serif;