mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[FONTS] Disable vgaoem.fon to fix font display problems
The vgaoem.fon font file was added at 383ea7d
.
But adding vgaoem.fon made a regression in font display on FireFox 48.
So, we temporarily disable this font file.
CORE-17327
This commit is contained in:
parent
247f2e4705
commit
4cd2a93bda
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ list(APPEND FONT_FILES
|
|||
verdanaz.ttf
|
||||
verdanai.ttf
|
||||
verdana.ttf
|
||||
vgaoem.fon
|
||||
#vgaoem.fon # to be added
|
||||
wingding.ttf)
|
||||
|
||||
foreach(item ${FONT_FILES})
|
||||
|
|
Loading…
Reference in a new issue