/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-07 02:10:09 +09:00
parent f214b1731d
commit dbb966d8ce

View file

@ -9,9 +9,7 @@
<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: 0.75em/1.5 AppleGothic, Sans-serif;
/* font: 0.75em/1.5 AppleGothic, Droid sans, sans-serif; */
font: 0.75em/1.5 'AppleGothic', '나눔 고딕', Dotum, 'droid sans fallback', sans-serif;
} }
a { a {