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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-05-14 14:27:23 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2021-05-14 14:27:23 +0300
commit1e48b1fc4057623b8675e4ab27c55d3961e5c0ba (patch)
treeeecfd606b6d4655b494761d025dc1c9335856019 /assets
parent785ad8425cbc1390e28180486c550f5e3a4232f6 (diff)
Remove redundant fonts.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 3aca253..51aaee7 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -3,11 +3,11 @@ $color-accent: #1976d2;
$back-container-background: #fcfcfc;
$front-container-background: #ffffff;
-$default-font-list: "Lora", "Noto Serif SC";
+$default-font-list: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
$mono-font-list: "Fira Mono", "Cousine", Monaco, Menlo, "Source Code Pro",
monospace;
-$sans-preferred-font-list: "Montserrat", "Roboto", "Source Sans Pro",
- "Helvetica", $default-font-list;
+//$sans-preferred-font-list: "Montserrat", "Roboto", "Source Sans Pro", "Helvetica", $default-font-list;
+$sans-preferred-font-list: $default-font-list;
$side-container-width: 25%; //280px;
$extra-container-width: 25%;
@@ -75,9 +75,7 @@ body {
}
h1, h2, h3{
-
- font-weight: bold;
-
+ font-weight: 400;
}
h1 {
@@ -637,7 +635,7 @@ a {
}
.post-item-title {
font-size: $post-title-size;
- font-weight: 600;
+ font-weight: 500;
font-style: normal;
margin-bottom: 10px;
line-height: 1.5em;
@@ -661,6 +659,7 @@ a {
font-size: $post-summary-size;
line-height: 1.5em;
margin-bottom: 10px;
+ //font-weight:300;
@media screen and (max-width: $single-column-max-width) {
font-size: $single-column-post-summary-size;
@@ -716,7 +715,7 @@ a {
background: rgba(0, 0, 0, 0.03);
.post-item-title {
text-decoration: underline;
- text-decoration-style: 2px solid $color-accent;
+ text-decoration-style: 0.5px solid $color-accent;
text-underline-position: under;
}
* {