More Consistent Font Usage

Perseonn

Young Hero
Level 1
30%
Joined
Jan 22, 2025
Messages
47
Level up in
52 posts
Reaction score
72
Points
127
This forum and it's Repo has an inconsistent font usage from Helvetica, Segoe UI, Arial Narrow, and little bit Montserrat. I suggest, if there's a custom CSS available on the control panel, to leave these font to the user's browser default font by using this:

CSS:
body, button, input, select, textarea, .fr-box.fr-basic .fr-element{
  font-family: sans-serif;
}
nav, h1, h2, h3, h4{
  font-family: serif;
}

.bbHeading{
  padding-left: 0;
}

Last bit of code is to make heading more consistent with body text. Of course, you can use your own font to strengthen the forums identity, example:
CSS:
@import url('https://fonts.googleapis.com/css2?family=Doto&family=DotGothic16');

body, button, input, select, textarea, .fr-box.fr-basic .fr-element{
  font-family: 'DotGothic16', sans-serif;
}
nav, h1, h2, h3, h4{
  font-family: 'Doto', serif;
}

.bbHeading{
  padding-left: 0;
}
 
i haven't noticed any thing odd about the font. then again, all of the font reads as sans-serif to me.
where are you seeing the inconsistences at?
 
When I came here few days ago:
  • Forum Navigation is Segoe UI
  • Post Headings are Arial Narrow
  • Repo Headings are Montserrat
  • Repo Search Address box and Filter Pulldown is Merriweather
  • Repo Navigation is Helvetica
  • Repo Random Game Button is Helvetica
  • Repo Post Navigation (Previous and Next game) is Montserrat
  • Everything else is Segoe UI
 
huh, that's five different fonts, but they look the same to me.
 
Noticing this kind of things puts food on my table ::lol
 
yeah, i had to learn about fonts in a few college classes. all i can mainly do is tell the difference between serif and san serif.
 

Users who are viewing this thread

Connect with us

Support this Site

RGT relies on you to stay afloat. Help covering the site costs and get some pretty Level 7 perks too.

Latest Threads

Widescreen rendering in Ancient Roman - Power of Dark Side

When you turn widescreen rendering on in Duckstation while emulating Ancient Roman - Power of...
Read more

Thoughts on Crisis Core?

I'm about halfway through Crisis Core and I'm really enjoying it! Dare I say that the gameplay...
Read more

Losing your save

I was never a fan of JRPGs, but I decided to give it a try with Dragon Quest VII on my modded...
Read more

Any good recommended ds games?

IMG_1580.jpeg
Read more

Hey, Let's talk about Sega Game Gear games

Until the release of the Gameboy Color the Sega Game Gear was the most powerful portable video...
Read more

The Perfect Place.

A "special place" you would like to be, maybe when you are sad, or feeling down, or in a bad...
Read more

Luigi's Mansion - Premium Deluxe

Started listening to Coldwave. Think it might be the most underrated musical genre. Any fans here?

Started getting into Coldwave and its a style that really speaks to me. Found some really damn...
Read more

Online statistics

Members online
151
Guests online
259
Total visitors
410

Forum statistics

Threads
9,912
Messages
245,509
Members
783,973
Latest member
shutupfuller

Advertisers

Back
Top