diff options
Diffstat (limited to '$template.html')
| -rw-r--r-- | $template.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/$template.html b/$template.html index 9eb8665..fe80663 100644 --- a/$template.html +++ b/$template.html @@ -48,8 +48,8 @@ html, body {  	padding-top: 0px;  	padding-bottom: 0px;  	margin: 0; -	/* Have a fallback to local mononoki for offline pages */ -	font-family: mononoki-webfont, mononoki, monospace; +	/* Have a fallback to local mononoki for offline pages; include IPAGothic for Japanese text */ +	font-family: mononoki-webfont, mononoki, IPAGothic, monospace;  	font-size: 12pt;  }  code {  | 
