Most voted "css-font-size" questions
CSS property in which you set the font size to be used.
Learn more…12 questions
Sort by count of
-
8
votes1
answer349
viewsIs there any way to calculate a pattern of extra space from a source?
I am trying to put together a layout as "pixel Perfect" as possible, but I have always come across this problem, using large fonts, there is a space above and below the font, as if it were a…
-
7
votes2
answers455
viewsFont Responsiva
I’m making a theme for wordpress and put the font with the size of 5em what’s around 80px, but when I test on my cell phone with 320px wide, the font gets broken and ugly, I wanted something that…
-
5
votes1
answer6204
viewsHow to increase the font size of an Edittext according to the screen size?
I would like the font size to be proportional to the screen size of the device running the application.
-
4
votes4
answers51666
viewsResponsive font-size depending on screen size
Can anyone explain/teach me how to make my text increase or decrease along with the screen dimension? I read a little about REM, but I didn’t quite understand. I don’t even know if that applies to…
-
2
votes1
answer127
viewsHow to avoid infinite loop in the function/call that reduces the font size?
I created this small extension of jQuery that aims to reduce the size of the text by setting font-size CSS based on the overflow of its container. The operation is simple, find the current font size…
-
2
votes2
answers77
viewsHow do I set only one font-size on the font so that it decreases according to the size of the device?
Doubt quick personal, how do I set just one font-size font so that it decreases according to device size? I am currently inserting a different font-size size for each @media query, there is a…
-
1
votes1
answer357
viewsChange font size
I am trying to change the font in an html document, however, if I enter the font name, it does not change and the font size goes back to the original. This is the code I’m using: p { padding:20px;…
-
1
votes1
answer432
viewsHow to increase text font with Ngsatinize?
I am not managing to increase or decrease the source of my news, which is with the attribute Ngsatinize, does anyone know how to modify it ? or another way to satinize my html ?
-
1
votes0
answers53
viewsLarger font-size renders in Safari
Are there CSS or other reasons why Safari / iPhone would ignore some font size settings? On my private site, Safari on iPhone produces some font size: text 13 px larger than the font size: text 15…
-
0
votes0
answers8
viewsSize convention for fonts
Is there any convention for font size? Explaining better...there is some convention to check the font size considering the tags (like H1, H2, H3, p, etc...) and the size of the viewport?…
css-font-sizeasked 3 years, 7 months ago Freesouls 77 -
-1
votes3
answers402
viewsResponsive Design - Text on img background
I have a website start and I’m trying to develop it into a responsive layout. At the moment the site is like this: http://40kgg.zz.vc/ (temporary domain, only for testing). For my resolution, in…
-
-1
votes1
answer36
viewsChanging the font-size of the field with value coming from the database
Good morning, I get from the database a vrFonte="x" with a value x, this value that comes to me will be the size of the input source, is it possible to make the field assume the size of this source…