summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/fonts/CMakeLists.txt1
-rw-r--r--data/fonts/Makefile.am3
-rw-r--r--data/fonts/wqy-microhei.ttfbin0 -> 5177387 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/data/fonts/CMakeLists.txt b/data/fonts/CMakeLists.txt
index 6efa0aa4d..0f9837382 100644
--- a/data/fonts/CMakeLists.txt
+++ b/data/fonts/CMakeLists.txt
@@ -11,6 +11,7 @@ SET (FILES
liberationsansmono-bold.ttf
mplus-1p-bold.ttf
mplus-1p-regular.ttf
+ wqy-microhei.ttf
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/fonts)
diff --git a/data/fonts/Makefile.am b/data/fonts/Makefile.am
index 3076b13cc..936cb8490 100644
--- a/data/fonts/Makefile.am
+++ b/data/fonts/Makefile.am
@@ -12,7 +12,8 @@ fonts_DATA = \
liberationsansmono.ttf \
liberationsansmono-bold.ttf \
mplus-1p-bold.ttf \
- mplus-1p-regular.ttf
+ mplus-1p-regular.ttf \
+ wqy-microhei.ttf
EXTRA_DIST = \
$(fonts_DATA) \
diff --git a/data/fonts/wqy-microhei.ttf b/data/fonts/wqy-microhei.ttf
new file mode 100644
index 000000000..4cbb7c54c
--- /dev/null
+++ b/data/fonts/wqy-microhei.ttf
Binary files differ