GameTracker > Forum > Ideas & Requests > Add fallback font for website's header text
Vultr.com - Instant Cloud Server Deployment
GAMETRACKER FORUMS
Forum Home > Ideas & Requests > Add fallback font for website's header text
hammercroftPM
#1
Add fallback font for website's header text
Oct 04, 2024 9:58 AM
Joined: Oct 04, 2024
Posts: 1
There is a small problem that affects many pages of the GameTracker website.

As it stands now, the font that is assigned to the page header titles (span.blocknewheadertitle class) is just Tahoma.

Users who do not have the Tahoma font installed will instead see their browser's default font (likely Times New Roman), and is a sore sight to see.

A quick fix, just include a fallback font on the class' list of fonts.

How one can go about this is by finding the span.blocknewheadertitle rule in the site's global.css file, then setting its font-family attribute to Tahoma, sans-serif