[SugarCube] How to change the standard font

I want to use a font that is installed in Harlowe 3.3.5 (Georgia)
But I use SugarCub

How to do it? I’m a newbie.

HI there,

Georgia should be installed in your computer not in the Harlowe format.

To change the font family of your project, you just need to edit your CSS (in your StyleSheet).

html {
  font-family: Georgia, serif;
}

If you want to include fonts that have been downloaded/are hosted somewhere else or add a setting to have a player choose a font, this could interest you.

1 Like

Thanks a lot!
You helped me a lot.