diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-10 17:45:41 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-10 17:45:41 +0200 |
commit | fac8f09c3bf40aaea5513c696af562cd9f728ea6 (patch) | |
tree | 99b1c36d87b764c5cc348e66f7c25ff3d1e6e926 | |
parent | cf3188c5fd2b5c3c4010fb662bc3fac44c182afe (diff) | |
download | Bits-fac8f09c3bf40aaea5513c696af562cd9f728ea6.tar.gz Bits-fac8f09c3bf40aaea5513c696af562cd9f728ea6.zip |
Changed the japanese font...
-rw-r--r-- | design/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/style.css b/design/style.css index 56aec67..5111d78 100644 --- a/design/style.css +++ b/design/style.css @@ -7,7 +7,7 @@ body { margin: 0px; width: 400px; font-size: 0.9em; - font-family: "Liberation Serif", "IPAPGothic"; + font-family: "Liberation Serif", "HanaMinA"; } .menu { |