simheads

Registered
Can someone help me set the font for the new XF2 Fusion Gamer to the old XF1 Fusion Gamer? I like it better. :)

I did try to set different fonts in Style Properties, but couldn't get the same fonts.

XF1
upload_2018-5-15_18-36-25.png


XF2
upload_2018-5-15_18-36-44.png
 
This was done intentionally to avoid using multiple font families but it's fairly easy to get it back.

Style Properties -> Typography -> Set Custom Font to: Use Font Settings Below.

User Interface font:
Code:
'Montserrat', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif

Body Text Font:
Code:
'Montserrat', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif

Leave Code Font alone
Embed Font:

Code:
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i|Oswald" rel="stylesheet">

Then at the very bottom go to the style property "Custom Font CSS", put this in the Extra box:

Code:
text-transform: uppercase;
letter-spacing: 1px;
font-weight: normal !important;
font-family: 'Oswald', sans-serif !important;

Should bring it back closer to v1.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back