updated theme
This commit is contained in:
parent
a8c6e06187
commit
1f48f1bb15
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "themes/book"]
|
[submodule "themes/book"]
|
||||||
path = themes/book
|
path = themes/book
|
||||||
url = https://github.com/tomoyanonymous/hugo-book.git
|
url = https://github.com/alex-shpak/hugo-book.git
|
||||||
|
15
assets/_custom.scss
Normal file
15
assets/_custom.scss
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
body {
|
||||||
|
//mod by tomoya
|
||||||
|
font-family: "Helvetica Neue",
|
||||||
|
Arial,
|
||||||
|
"Hiragino Sans",
|
||||||
|
"Hiragino Kaku Gothic ProN",
|
||||||
|
Meiryo,
|
||||||
|
sans-serif;
|
||||||
|
font-feature-settings: "palt" 1;
|
||||||
|
word-break: auto-phrase;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
Subproject commit c0084602cea8f33b609e04e3d00809b5401e90ec
|
Subproject commit 5e15ddb4f430cd9ded6bf232ede14d468ccb41f1
|
Loading…
Reference in New Issue
Block a user