You see website such as facebook for some unknown reason has different font such as what is being used in the options because when I tried using inspect elements it always has different font because I mean its always bold but in the option and customize font I didn't use any of the font that is seen in the elements. Can someone please explain how to change the fonts?

link|improve this question
feedback

2 Answers

If you can't see the font, it's because it's declared in a separate CSS file. I'd suggest using a CSS editing extension such as StyleBot. An extension like this will probably work better than editing the page via Inspect Element because with the extension, the changes will be persistent.

link|improve this answer
feedback

I'm not sure, do I understand your question correctly. When you use Inspector you know you can move mouse on the text and Inspect element will highlight where does code under your mouse use on the page. So when you see the element you intersted in, you can see css right of inspect window, and there could be something like font-family, and if there isn't anything like this, u can see above of css, where body, head styles is specified. There might be font specified. P.S. I'm sorry if I'm not completely correct in my text, but I don't speak English good.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.