Skip to main content

Questions tagged [font-size]

A CSS property which sets the size of a font, as specified in one of several different units.

font-size
-1 votes
0 answers
38 views

Bootstrap 5.3 responsive font wrong priority order

I'm using bootstrap 5.3 and have added the below code to the scss to add responsive font. The issue is that the fs-lg-3 is taking priority over the fs-xl-2 and the font for the wider screen is ...
Ingram Codes's user avatar
0 votes
1 answer
135 views

How to set the initial font size?

I'm using Quill 2.0.2, it's very easy to setup a basic editor, but how can I set the initial font size? I found similar posts from 2016 on the web, but this seems to refer to an older version. Does ...
Ingmar's user avatar
  • 1,407
0 votes
0 answers
13 views

how do I know if ios LargeText zoom has been set in safari?

window.devicePixelRatio in safari vs others: I get back some nice values of: // 4.0 // 3.3333333333333335 // 3.0 // 2.6086956521739134 // 2.2222222222222223 // 2.0 // 1.8181818181818181 // 1....
Andrew Arrow's user avatar
  • 4,414
0 votes
0 answers
24 views

After scaling the glyphs using fontforge getting issues while rendering in html

After scaling the glyphs using the below steps: used emsize 1024 1.From the menu in the font window pick Edit -> Select -> Select all (or type Control-A) 2.Pick Element -> Transformations -&...
jesi's user avatar
  • 1
0 votes
0 answers
26 views

How to Dynamically Resize the Item Width or the Font Size in the Item in a LazyColumn in Jetpack Compose

I am using a LazyColumn to display the name of a person in a vertical style so that it could be seen amongst the crowd easily. But I want the font size of the characters in the list to dynamically ...
Mohammed Mustafa Ali's user avatar
1 vote
0 answers
52 views

How to make text size adaptable to screen size in Jetpack Compose?

I use in my app the Window size classes library from Google to deal with layout and show NavigationRail, NavigationBar and PermanentDrawerSheet when the screen size changes between Compact, Medium and ...
Mark Delphi's user avatar
  • 1,657
1 vote
1 answer
50 views

Is there a way around Safari's min-font size?

JSBIN: https://jsbin.com/subipamero/edit?html,css,output HTML: <div>This is 20px text</div> <div class="shrunk">This should appear as 4px size text (20px * .2)</div> ...
DA2.'s user avatar
  • 57
0 votes
0 answers
5 views

ListBoxItem detail Font Size

(RAD STUDIO 12.1) Is it a way to define the font size and style for the detail text in a ListBoxItem? I tried doing this: ListBoxItem.StylesData['detail.TextSettings.Font.Size'] := 14; ...but the text ...
LEX-DOCTOR APLICACIONES's user avatar
0 votes
1 answer
27 views

C++ console program read and print text with selectable font and style

I'm going to write a C++ console program that can read my input text and print it with selectable font and style (such as loop rolling and one-by-one print). How can I do that? Thanks for your guys ...
Dayloop's user avatar
0 votes
0 answers
109 views

Apache Superset Show Values Font-Size Arrangement

I'd like to be able to modify the font-size of "Show Values" and "Axis Values". Could you please help me with that? Edit CSS Template option is the only way to modify Apache ...
proflume's user avatar
0 votes
0 answers
25 views

Doxygen: font sizes and other attributes of pdf (via latex)

Is there a canonical way to control the font in Doxygen 1.10.0's latex-pdf output? I looked inside refman.tex and changed 0.90 to 1.10 in the line \usepackage[scaled=.90]{helvet} which did increase ...
user1823664's user avatar
  • 1,083
0 votes
0 answers
45 views

How to Calculate Text width according to font (script categories font) in ios?

I was creating a feature where user can add a text and apply different font basically i have taken a Uitextview for this. what i was doing is calculating text size based on string and after getting ...
Dipesh Patel's user avatar
0 votes
0 answers
66 views

How to change default font size of rem in MUI

All styles are based on rem in my application and I would love to let everything looks a bit smaller. So I need to change the default font size of rem from 16px to 14px or 13px. Based on MUI docs, All ...
Brent Brooks's user avatar
1 vote
2 answers
64 views

Font size and font styles in R plots (with R base plotting)

I am struggling to find a way to change font style and font size of figures in R. I want all text in the figure in Arial 12. I frequently use cex command for increasing and decreasing font but for now ...
Arsala's user avatar
  • 15
-1 votes
1 answer
45 views

changing font size adds extra space at the top

I have a navbar where I am using an anchor tag as a button. When the font size is default, everything is fine but when I change it a bit it adds some space at the top as shown. NOTE this space is not ...
Yash's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
189