diff --git a/markdown2svg.cabal b/markdown2svg.cabal
--- a/markdown2svg.cabal
+++ b/markdown2svg.cabal
@@ -2,7 +2,7 @@
 cabal-version:	>=1.8
 
 name:		markdown2svg
-version:	0.0.1.18
+version:	0.0.1.19
 stability:	Experimental
 author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
 maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
@@ -31,7 +31,7 @@
 source-repository	this
   type:		git
   location:	git://github.com/YoshikuniJujo/markdown2svg.git
-  tag:		0.0.1.18
+  tag:		0.0.1.19
 
 executable markdown2svg
   hs-source-dirs:	src
diff --git a/src/SVG.hs b/src/SVG.hs
--- a/src/SVG.hs
+++ b/src/SVG.hs
@@ -14,8 +14,10 @@
 import Image
 
 headerFont, normalFont, codeFont :: Font
-headerFont = Font "Kochi Gothic" Normal
-normalFont = Font "Kochi Mincho" Normal
+-- headerFont = Font "Kochi Gothic" Normal
+-- normalFont = Font "Kochi Mincho" Normal
+headerFont = Font "Sans" Normal
+normalFont = Font "Serif" Normal
 -- normalFont = "Kochi Gothic"
 -- codeFont = "Kochi Gothic"
 codeFont = Font "Monospace" Normal
