/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-07 00:07:07 +09:00
parent 212f3d272c
commit b15cbca2d0

View file

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