More Consistent Font Usage

Perseonn

Young Hero
Level 1
Joined
Jan 22, 2025
Messages
48
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
 
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

Featured Video

Gintama Rumble (VITA)

Latest Threads

Anyone into star trek?

1746482330442.png


I revisit voyager often but i like the next generation and have finished up...
Read more

YTPMV Thread (oh no)

YTPMVs (short for "YouTube Poop Music Video") are a weird kind of phenomenon where...
Read more

Goofy ah question abt The House of the Dead

Can I play this game without the light gun?
Read more

Duplicate thread detection thread

Want to make a thread but suspect it was done already?
just post your planned thread and wait...
Read more

Online statistics

Members online
194
Guests online
206
Total visitors
400

Forum statistics

Threads
7,548
Messages
187,412
Members
549,273
Latest member
Achref.99

Support us

Back
Top