diff --git a/config.toml b/config.toml index 0c01327..2cf2f52 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ highlight_theme = "base16-ocean-light" [extra] # even configs -even_title = "pg999w's blog" +even_title = "pg999w’s blog" even_menu = [ {url = "$BASE_URL/rss.xml", name = "RSS"}, diff --git a/sass/custom.scss b/sass/custom.scss index dcbafc1..687d4b8 100644 --- a/sass/custom.scss +++ b/sass/custom.scss @@ -1,12 +1,21 @@ -#header .logo { +.logo { font-family: "Noto Serif Display", serif; font-weight: 400; - font-style: normal; } + +#mobile-navbar .logo { + font-size: 1.4rem; + font-family: "Source Serif 4", serif; + font-optical-sizing: auto; + font-weight: 400; +} + main .post { font-family: "Noto Serif SC", serif; font-weight: 400; - font-style: normal; + @media screen and (max-width: 800px) { + font-weight: 500; + } .post-content h1 { font-size: 24px; @@ -15,7 +24,9 @@ main .post { h1, h2, h3, h4, h5, h6, h1.post__title { font-family: "Noto Sans SC", sans-serif; font-weight: 320; - font-style: normal; + @media screen and (max-width: 800px) { + font-weight: 350; + } } .hashtag { diff --git a/templates/style.html b/templates/style.html index 420ed0b..99029cd 100644 --- a/templates/style.html +++ b/templates/style.html @@ -3,5 +3,5 @@ - +