A CSS property which sets the size of a font, can be specified in several units.
1
vote
0answers
42 views
-webkit-text-size-adjust is no longer supported,how to set font-size to less than 12px
When I update my chrome to 28.0.1500.11 dev-m, I found that:
-webkit-text-size-adjust:none;
is no longer supported,and I found the changlist here http://trac.webkit.org/changeset/145168
It`s not ...
0
votes
1answer
20 views
Header letters overlap when using narrow resolutions
I'm adding bootstrap to my website and I noticed that, when I use a narrow resolution (windows size) my header overlaps. If my header is small in size, like the usual H1 size, there's no problem. But ...
0
votes
0answers
21 views
Decimal Size for fonts not working in Jasper Reports
I wonder why decimal sized fonts do not work with Jasper.
It gives validation error while using decimal font directly from iReport.
Using it via Style doesn't work.
I tried using <style ...
1
vote
2answers
43 views
Using em on font VS width
I'm having trouble with my understanding of how em should work in CSS. I'm trying to get an element (div in this case) to scale the same way the font does. I've narrowed my problem statement down as ...
0
votes
3answers
37 views
Getting the right font-size on every mobile device
In my mobile app I use kind of big fonts for example:
<b style="font-size:100px; font-family:Segoe UI">text</b>
When I test it on my phone it looks great but on a smaller phone it's ...
0
votes
0answers
57 views
setting font size in css depending on size provided in properties file (jsf)
What I am trying is setting font size in css using properties file that I have using JSF 2.0.
In properties file I have
Eng.properties
myDir = LTR
fontSize = 10pt
Arabic.properties
myDir = RTL
...
0
votes
0answers
31 views
Resize all div content with css or jquery
i need some help for build a div, with inside text and image.
I need to scale all content (font-size, padding, image) proportionali the windows browser size, in height or width proportion.
Can ...
1
vote
2answers
34 views
default font-size and relative values
If font-size is not set by developer, the default value is medium
So let's look at this simple code:
<head>
<style type="text/css">
span .medium{
font-size: ...
0
votes
2answers
66 views
How can I dynamically increase font size with Javascript and why is my current function not working?
I'm trying to increase the font size of my page using a javascript function but it's not working. Is there a syntax problem with my code or is it not possible to do what I'm trying to do?
...
2
votes
2answers
81 views
Browser loads both shorthand CSS with px, and specific css with rem on same property?
I've began working on a new site using REM units with PX fallbacks. Now, I have a question that may be silly, but I can't find anything specifically mentioning it so I'll just go ahead and ask here.
...
-1
votes
1answer
44 views
Font size issues in chrome and firefox [closed]
I am designing a website in html5.
Font size in chrome and ie works good but in firefox, the whole font in the pages are getting small.
What may be the problem?
Is there any fix for this?
0
votes
2answers
60 views
What is “the currently chosen font size” in em definition?
In this question: Why em instead of px? in The answer of the best vote up, em is defined as:
em is not an absolute unit - it is a unit that is relative to the
currently chosen font size. Unless ...
0
votes
2answers
48 views
Media Queries and Animating Text Size
I'm using media queries to change the font size of my nav:
/* Large desktop */
@media (min-width: 1200px)
{
#nav-options{
margin: 45px 0 0 20px;
li{
margin: 0 15px 0 15px;
...
0
votes
2answers
37 views
Changing font size with buttons in a specific <div>
After editing what I had to the code shared below I used the scripts below.
I edited the working file in a response below and pretty much the exact same thing worked fine..
I seem to be missing ...
0
votes
2answers
58 views
font-size 0 still shows up in IE7
For some odd reason, when I set a font-size:0px; in my style-sheet for an anchor link, IE7 still shows a tiny-tiny version of the text. Is there anything I should consider doing to completely hide ...
0
votes
0answers
51 views
Resize text based on div width
I'm looking for a solution for this that has more precision than breakpoints. I'm aware this will require JavaScript but I am having trouble finding a suitable plugin.
The majority of text on my site ...
2
votes
1answer
48 views
Font scaling based on width of container
I'm having a hard time getting my head around font scaling.
I currently have this site with a body font-size of 100%. 100% of what though? This seems to compute out at 16px.
I was under the ...
0
votes
1answer
50 views
Jquery - Fit text into element with only letterspacing & word-spacing
Is there a plugin for this? I have been screening of the internetz and found bigText, Justify, fitText, textFit but they all seem to work with the font-size which I dont want to do. I only want the ...
0
votes
1answer
47 views
CSS font-size in IE not working properly?
I am using twitter bootstrap and have a input field which i want to have bigger sized fonts
so i use
input#lookup{
font-size: 72px;
height: 90px;
width: 400px;
}
and the bootstrap ...
0
votes
1answer
41 views
Smaller font size, but not line height
I have a code displayed on an HTML page with line numbering, like this (with float: left for numbers pre):
<div>
<pre>
...numbers...
</pre>
<pre>
...code lines...
...
0
votes
1answer
35 views
Alignment of different size text in adjacent <spans>
Please could someone help me with this, I'm past the stage of pulling my hair out and don't want to end up bald!
Having searched SO, read about and tinkered with inline / inline-block, float, ...
0
votes
1answer
34 views
Changing/customizing Safari's Web Inspector font
Is there a way to customize the font size of Safari's Web Inspector? I found these links on the web and have tried them out but don't seem to work:
https://gist.github.com/vlazar/1549785
...
0
votes
2answers
159 views
Phonegap + Galaxy s3 Sizes
I published my first application to "play store" and is made with PhoneGap.
The application looks good on all devices, but in Galaxy S3 and Note II font-size and div height are too large.
I have:
...
0
votes
2answers
65 views
What does 16px/28px mean in a css font rule?
I keep on seeing font styles like font: 16px/28px 'Open Sans', 'Helvetica', sans-serif; and I just can't find out what the 16px/28px could mean. Why are there two different font sizes defined?
0
votes
4answers
87 views
increase font size by some % for all elements on the page
Is there any way using javscript or jQuery to increase all font sizes on the page by a certain percentage after the page loads?
1
vote
1answer
97 views
Why font size does not change?
I want to set font size with em, not px. Here is my code:
<style type="text/css">
body{
font-size: 62.5%;
}
div{
font-size: 1.2em;
}
</style>
<body>
<div>hello ...
2
votes
1answer
93 views
uiwebview orientation font size issue [duplicate]
I show html string in web view. In iphone 5 I am facing the problem that when I do orientation from portrait to landscape the font size of the text in uiwebview changes.
0
votes
3answers
90 views
Get font-size attribute from style property
I have a set of paragraph elements
<p style="font-family:Tahoma; font-size:10.666666666666666; margin:0 0 0 0;">
<p style="font-family:Tahoma; font-size:10.666666666666666; margin:0 0 0 ...
0
votes
1answer
130 views
How to change the font size in UIWebview [duplicate]
I have a UIWebView that loadHTMLString from an array.
I need this webView to change the font size dynamically
here is how i fill my WebView:
[webView loadHTMLString:[NSString ...
-3
votes
1answer
55 views
CSS: Arial font on Mac differs from Windows by 1px [closed]
the Arial font is not rendering the same way in windows and on mac.
on MAC (Chrome/FF/Safari) my menu get pulled 1 pixel to the top (same result as I would use margin-top:-1px)
on Windows looks ...
6
votes
2answers
69 views
When a relative line-height is inherited, it is not relative to the element's font-size. Why? And how do i make it relative?
I have a global reset that sets font-size and line-height to inherit for every element:
* {
font-size: inherit;
line-height: iherit; }
For html, i define them explicitly:
html {
...
-1
votes
5answers
109 views
Font size relative to container
i am designing a site that adjusts itself to the window size, and i need to make the text size relative to it's container (a div). I searched about doing it with css, and found out that it is not ...
0
votes
1answer
106 views
Fixed font-size from an array - D3 Jason Davies Example
This Code below is an WordCloud example of Jason Davies.
I want insert an array with fixed font-size and integrate it randomly.
e.g.:
fontSize = [20,35,50,60,83,90];
I want it fix, as above (not ...
0
votes
0answers
9 views
How to Compensate for Browsers that have their Text Size Setting set to Largest
Is there a way to control how your pages display regarding text size on a page and prevent or ignore what the visiting browser has set for Text Size?
I use font-size: 1em; for my html, body and then ...
1
vote
2answers
1k views
Font sizes for responsive design [closed]
What is a sensible strategy for font sizing across different viewport sizes? I see three different possible options:
Decrease font size as viewport size decreases.
Identical font size for all ...
0
votes
0answers
25 views
Does anyone know how to alter the font-size in the editing box using best_in_place gem?
So I'm using the best_in_place gem to edit my form on the page. I have a price like: $1234. when i click the price to edit it, the font becomes very small in comparison to the font I'm using in the ...
7
votes
5answers
204 views
Checking a text element's width (based on font-size) against its parent container
I come to you with a tricky question:
Imagine you have the following basic structure:
<div><p>hello</p></div>
Now assume that div has display:block; and width:200px;.
Using ...
0
votes
2answers
325 views
How to change Google Chrome Arabic default font in css?
Arabic default font in Google Chrome is larger than it is in Firefox. How can I set the Chrome arabic font size to smaller in css or are there other possible solutions for this?
3
votes
2answers
88 views
get computed font size of GWT Label
I'd like to be able to access the font size of a GWT Label. I've tried:
String fontSize = label.getElement().getStyle().getFontSize()
but this seems to only be for font sizes that have been ...
0
votes
4answers
93 views
CSS - how to align different font-sizes to each other?
I have a small problem with some CSS -> Example on jsFiddle
Simple button:
<button type="reset" id="reset-btn">Reset</button>
CSS rule:
button#reset-btn:after{
content:" ...
0
votes
3answers
72 views
Font Size in px not working in pdf file
I am having a table in a HTML, in which the content in the table should be saved in MSword, MSexcel and pdf. For the content in the table if I give the font-size style as 10px, it is working in ...
0
votes
3answers
278 views
Calculated font-size on Nexus 7 Chrome is different from CSS font-size
I have some CSS and HTML where the font-size is explicitly styled to be 13px, and for the most part it stays that way, but occasionally Chrome on the Nexus 7 sometimes displays a part of the same page ...
2
votes
1answer
28 views
How to show big text in IE9
I want to show big text only in Ie9. I have a lot of div and span used in my page. I can't write for every div a css line.
I want to write a single css to applied on whole page. I want to applied it ...
0
votes
0answers
26 views
Wordpress post's font size with handheld devices
I created a website that works otherwise perfectly on a regular screen and handheld devices except for the posts.
When the site has only one post published, it takes 66% of the content's whole width ...
1
vote
0answers
329 views
Em/Rem Vs Px Dillemma [closed]
I have been using pixels for all dimensions across all sites I have been working on for a long time (+ a few percentages here and there).
Every now and again, I keep seeing stuff about em's and rem's ...
5
votes
1answer
192 views
In Win7 some fonts don't work like they did in Win2K/XP
My question is about how font handling needs to be changed in order to work correctly under Windows 7. I'm sure that I've made an assumption about something that was valid before, but is no longer ...
0
votes
1answer
57 views
How to Specify Font-Size for PDF report Rails
In my Rails app, I am using wkhtmltopdf for PDF generation and the the configuration settings are defined in 'config/initializers/pdfkit_config.rb'. You can see the code below.
PDFKit.configure do ...
-1
votes
1answer
106 views
Using EM units in a responsive build for desktop, tablet and mobile views but only on certain elements
I am currently building a responsive site and have used EM units for font-size, line-height, padding etc in order to make the resizing task smoother when moving from desktop to tablet to mobile. So at ...
1
vote
1answer
113 views
font-size using jQuery not working on iPhone
Briefly, what I'm trying to do is write a bit of jQuery that sets the font-size of three divs based on the width of the screen.
I've tested the code on Chrome, Safari and Firefox on a desktop and ...
0
votes
0answers
72 views
Scale Font of JLabel in Response to Window Size (MATLAB)
I am working with implementing Java classes such as JLabel and JPanel in MATLAB in order to design a Graphical User Interface. I have the following panel that I am currently working with:
label = ...


