-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFonts.xml
More file actions
22 lines (22 loc) · 933 Bytes
/
Fonts.xml
File metadata and controls
22 lines (22 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<FontFamily name="MAB_ButtonNormalFontFamily" virtual="true">
<Member alphabet="roman">
<Font font="Fonts\ARIALN.TTF" height="12" outline="NORMAL"/>
</Member>
<Member alphabet="korean">
<Font font="Fonts\2002.TTF" height="11" outline="NORMAL"/>
</Member>
<Member alphabet="simplifiedchinese">
<Font font="Fonts\FRIZQT__.TTF" height="11" outline="NORMAL"/>
</Member>
<Member alphabet="traditionalchinese">
<Font font="Fonts\bHEI01B.TTF" height="11" outline="NORMAL"/>
</Member>
<Member alphabet="russian">
<Font font="Fonts\ARIALN.TTF" height="12" outline="NORMAL"/>
</Member>
</FontFamily>
<Font name="MAB_ButtonNormalFont" inherits="MAB_ButtonNormalFontFamily" virtual="true">
<Color r="1.0" g="1.0" b="1.0"/>
</Font>
</Ui>