/ ‘themes/white/templates/base.html’
This commit is contained in:
parent
fa4474a67c
commit
156be5498a
1 changed files with 3 additions and 1 deletions
|
|
@ -9,8 +9,10 @@
|
||||||
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumSquareRound, Courier New, Dotum, Sans-serif;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
letter-spacing: +0.02em;
|
||||||
|
word-spacing: +0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue