« Web, HTML, Tech Forum

Changing fonts?

So I was really hoping to use fun fonts from Google Fonts, but that requires you to use the <head> tag, which it won't let me use. Any ideas for how to use fun, custom fonts? Is it even possible on SpaceHey?


Report Topic

2 Replies

Sort Replies:

Reply by Ivan

posted

Hi, it's possible. You can use @import inside <style> to import other stylesheets.


When choosing a font, select "@import" and copy the code from there.

For example, I use this:
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap');


Report Reply

Reply by Leonel Stanly

posted