• We just upgraded the platform on which this website runs! Please inform @Jaxel of any issues.

Custom Font

AdrianEyre

New member
Hello - relative newbie here... I've been playing with the scoreboard software, which is excellent.

I've followed Jaxel's tutorials to build a simple web page to display scores.... one question.... If I wanted to use a bespoke font (rather than a standard one), how would I do that? I'm not really a web coder, but I do have a logical coding understanding.

I know if it was my own website, In simplistic terms, I'd upload a web version of the relevant font to my web server which my site would then be able to utilise.

But as the web page I am building site on 8wr's web space (I think) then clearly, I can't upload a font to it.

Any suggestions or help as to how I can do this?
 

Stardust1

New member
Hi,

you can import fonts from Google. Check my example here:


I import the Figtree font (see Page HTML) from Google. Just select a font on fonts.google.com and copy/paste the embed code that Google provides for that particular font. You can also import multiple fonts that way, just select all the fonts you want and copy/paste the embed code to your HTML.
Then you have to include the font in CSS (see Page CSS in my example). The command for that is "font-family: ... ;".

Best.
 

Stardust1

New member
I advise you to check through the older posts in the "General Support" forum in particular and also the other forums, there is some usefull stuff there to be found..
 

AdrianEyre

New member
Hi,

you can import fonts from Google. Check my example here:


I import the Figtree font (see Page HTML) from Google. Just select a font on fonts.google.com and copy/paste the embed code that Google provides for that particular font. You can also import multiple fonts that way, just select all the fonts you want and copy/paste the embed code to your HTML.
Then you have to include the font in CSS (see Page CSS in my example). The command for that is "font-family: ... ;".

Best.
The font I want to use is not available on Google Fonts unfortunately.

When I've done a simple website previously, I've had to upload the web font of my choice to the page(s) hosting my website.

Obviously I can't do this on a 8wr hosted site.