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

github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass')
-rw-r--r--static/sass/_custom.scss21
-rw-r--r--static/sass/main.scss11
2 files changed, 25 insertions, 7 deletions
diff --git a/static/sass/_custom.scss b/static/sass/_custom.scss
index 5ed0826..7fe9eee 100644
--- a/static/sass/_custom.scss
+++ b/static/sass/_custom.scss
@@ -1,3 +1,20 @@
+html {
+ font-weight: 400;
+}
+
+p {
+ max-width: 100%;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: 700;
+}
+
.p-link--logo,
.title-logo {
color: #111 !important;
@@ -42,10 +59,6 @@
padding-bottom: 0;
}
-p {
- max-width: 100%;
-}
-
.page-banner {
background-color: whitesmoke;
diff --git a/static/sass/main.scss b/static/sass/main.scss
index bdb7dfa..a44a415 100644
--- a/static/sass/main.scss
+++ b/static/sass/main.scss
@@ -1,5 +1,10 @@
-@import 'node_modules/vanilla-framework/scss/vanilla';
+@import url("https://fonts.googleapis.com/css?family=Hanuman:400,700|IBM+Plex+Serif:400,400i,700,700i|Inconsolata:400,700&display=swap&subset=khmer");
+$font-base-family: "'IBM Plex Serif', Hanuman, serif";
+$font-monospace: Inconsolata, monospace;
+$font-weight-bold: 700;
+
+@import "node_modules/vanilla-framework/scss/vanilla";
@include vanilla;
-@import 'post-content';
-@import 'custom'; \ No newline at end of file
+@import "post-content";
+@import "custom";