https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a2b4fad771677c533e8c2…
commit a2b4fad771677c533e8c2c036bfbb334f5523718
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Mon Jul 1 05:17:29 2019 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Mon Jul 1 05:17:29 2019 +0900
[MEDIA][FONTS] Disable sserife.fon font file
---
media/fonts/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media/fonts/CMakeLists.txt b/media/fonts/CMakeLists.txt
index 670f584703c..d28e48ba019 100644
--- a/media/fonts/CMakeLists.txt
+++ b/media/fonts/CMakeLists.txt
@@ -126,7 +126,7 @@ list(APPEND FONT_FILES
SourceCodePro-Regular.ttf
SourceCodePro-Semibold.ttf
SourceCodePro-SemiboldIt.ttf
- sserife.fon
+ #sserife.fon
UniVGA16.ttf)
foreach(item ${FONT_FILES})