0
I created a website and went to test in the browsers, and noticed that in each browser the font used is in a way.
I even put up a picture for you to see how it looks, the question is:
- It is possible to place the Chrome source to be default in any browser?
What is your CSS for that word?
– user60252
well, I put font-family: 'Quicksand', sans-Rif; na body, to take the whole site... and in the word, I just put this: width: 185px; font-size: 2.1em; color: #DCBB4D; margin: auto;
– Lukas Monteiro
with what you passed me here gave equal https://i.stack.Imgur.com/j4pVD.png
– user60252
funny that your example looked the same in all browsers... will it be because I’m using google font?
– Lukas Monteiro
I can try it, pass it to me
– user60252
html: <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> css: font-family: 'Quicksand', sans-Serif;
– Lukas Monteiro
https://fonts.google.com/? query=quick&selection. family=Quicksand
– Lukas Monteiro
It seems that for some reason your font on FF is getting BOLD. Try to put a
font-weight:normal !important
orfont-weight:400 !important
right in the tag of your text to test.– hugocsl
Opa, I put on the page and has links to two more options, check http://kithomepage.com/sos/fonte.html
– user60252