mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[MEDIA][FONTS] Add Wine Wingdings (wingding.ttf) font (#2024)
Wine Wingdings font (wingding.ttf) is 9.30 KB and usable in ReactOS. CORE-16262
This commit is contained in:
parent
f9a7523b63
commit
5225a606cb
|
@ -65,7 +65,8 @@ list(APPEND FONT_FILES
|
||||||
verdanab.ttf
|
verdanab.ttf
|
||||||
verdanaz.ttf
|
verdanaz.ttf
|
||||||
verdanai.ttf
|
verdanai.ttf
|
||||||
verdana.ttf)
|
verdana.ttf
|
||||||
|
wingding.ttf)
|
||||||
|
|
||||||
foreach(item ${FONT_FILES})
|
foreach(item ${FONT_FILES})
|
||||||
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
|
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
|
||||||
|
|
BIN
media/fonts/wingding.ttf
Normal file
BIN
media/fonts/wingding.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue