26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
|
..\FrameXML\UI.xsd">
|
|
<!-- This Fonts.xml is loaded before FontStyles.xml Set up Font objects to be localized in Fonts.xml not FontStyles.xml -->
|
|
<!-- This Fonts.xml will be overridden by localized files, so any changes here may need to be added or adapted to the localized versions of Fonts.xml -->
|
|
<Include file="..\SharedXML\SharedFonts.xml"/>
|
|
|
|
<Font name="Fancy16Font" font="Fonts\MORPHEUS.TTF" virtual="true">
|
|
<FontHeight val="16" />
|
|
</Font>
|
|
<Font name="Fancy18Font" font="Fonts\MORPHEUS.TTF" virtual="true">
|
|
<FontHeight val="18" />
|
|
</Font>
|
|
<Font name="Fancy20Font" font="Fonts\MORPHEUS.TTF" virtual="true">
|
|
<FontHeight val="20" />
|
|
</Font>
|
|
<Font name="Fancy22Font" font="Fonts\MORPHEUS.TTF" virtual="true">
|
|
<FontHeight val="22" />
|
|
</Font>
|
|
<Font name="Fancy24Font" font="Fonts\MORPHEUS.TTF" virtual="true">
|
|
<FontHeight val="24" />
|
|
</Font>
|
|
<Font name="GameFontNormalMed2" inherits="SystemFont_Shadow_Med2" virtual="true">
|
|
<Color r="1.0" g="0.82" b="0"/>
|
|
</Font>
|
|
</Ui>
|