[SOLVED] Is it possible to use custom fonts on the loading screen?

Title says it all. Is this possible? I’m gonna have to follow this SF thread to base64 encode the font and then use the @font-face somewhere?

I am using this website. My CSS looks like this

The font url also follows what the SF post said
image

However, it’s not working ;_;. The bold font is not rendering. It always renders with a different font, my guess it’s a default font the browser uses when it can’t use the supplied font.

It worked, I was just missing a ; on the ‘font-family’ property(or attribute or whatever it’s called in CSS), before the src. I’ll leave my post here for future reference, this thing isn’t exactly obvious.

2 Likes