What fonts are used in the website?

Need help? Please give a detailed explanation of your problem.
Post Reply
Jazzy326
AllPro Provider
AllPro Provider
Posts: 1
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Sat Sep 02, 2017 12:15 pm
Website: www.allprowebtools.com

What fonts are used in the website?

Post by Jazzy326 »

Hello,

My client want's to know all the different fonts that are used on their website realnoni.com

I know the fonts that are used on the web pages/blogs. However, there is not a way to see what type of fonts that are used for products, the menu bar, and the footer of the website. Can you assist?
User avatar
NoahBaldwin
Support Team
Support Team
Posts: 117
Joined: Fri Jan 04, 2019 11:21 am
Website: www.allprowebtools.com

Re: What fonts are used in the website?

Post by NoahBaldwin »

If you need to know the font on any area of the website, you can right click on the text and click "Inspect Element". Then, scroll down the "styles" list on the right and you will see the font listed typically under the "body" class. This is set by the theme that you're using.

If you'd like to change the font, you'll need to edit the stylesheet. For example, to change all text to sans-serif, you could add the following to your stylesheet:

body {
font-family: sans-serif;
}
Post Reply