updated theme
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user