typography Questions
2
Solved
I have a script that has a breadcrumb styled outside of my reach (core files), and I want to override all its styling using CSS. The text looks like this:
<div class="someclass">
<b>So...
Trafficator asked 24/4, 2011 at 16:24
0
Here is how I define fonts on my UILabels:
label.text = "Hello"
label.font = CustomFont.font(size: 16) // Resolves to `UIFont(name: "CustomFont", size: 16)`
I'd like to apply a specific kerning/...
Tl asked 21/2, 2018 at 20:39
1
Solved
I am trying to format a plot with two separate legends on the side. I have a shape legend, for all my different taxa, and a color legend, for the categories they belong in. I want to italicize only...
Almsman asked 1/2, 2018 at 21:49
12
Solved
Here is an image from the Photoshop design of the webpage:
And the webpage with the same size, weight etc:
As you can see, the text renders much thicker on the web render, to the point where ...
Thurlow asked 6/8, 2013 at 12:55
10
Solved
Hi I want to change the font size of the page incrementally with jQuery how do I do that?
Something like:
$('body').css({'font-size':'+.01px'});
$('body').css({'font-size':'-.01px'});
Riddance asked 12/5, 2011 at 8:36
3
Solved
I got strange spacing issues. There is number and each text parallel. And there is different spacing between 1, 4, 7 and 'each' text. How can we fix this issue or it can't be fixed. I have not used...
Medicinal asked 16/6, 2017 at 5:32
3
Solved
There has been a lot of confusion about what I am actually trying to achieve. So please let me reword my question. It is as simple as:
How does Apple center text inside UILabel's -drawTextInRect...
Hinch asked 10/6, 2015 at 14:39
9
Well, I've got the following problem: I need a dynamic solution (don't know the text, resulting font-size etc.) to typographically correctly align a drop cap. Correctly means: that the cap height l...
Truncated asked 22/12, 2013 at 19:50
5
Solved
There is em dash and en dash. Is there an "en" equivalent to &nbsp; ? Is there an en equivalent to pure Ascii 32?
I want a better way to write this:
123<span class="spanen">&nbsp;&l...
Kirchhoff asked 27/4, 2010 at 11:39
5
Solved
I have a complex js function with an equation in which I actually need to understand how much space in pixels font sizes take up.
I have noticed that some font's sizes are different depending on t...
Yacketyyak asked 16/8, 2010 at 17:57
2
Solved
Is this still available in r69? In the process of 'rolling' my own, but before moving forward, want to make sure I have not overlooked any vital documentation or useful libraries...
Ranking asked 31/12, 2014 at 3:59
3
Solved
It seems to me, that HTML entity for nonbreaking space is not working properly in my code. I use: zvyšováním ceny&nbsp;–&nbsp;ta by negativně but instead of the dash and two words connected...
Decurrent asked 31/10, 2016 at 19:53
4
I'm trying to add an outline to text using the CSS text-shadow property here.
The problem is that the shadow corners don't always meet. If you look below, you can see the problem on the upper right...
Spice asked 7/10, 2016 at 13:46
3
Solved
Since it's possible to specify lining and oldstyle figures I'm hoping there's browser support for tabular numerals with webfonts?
Left: default numerals
Right: desired tabular numerals (notice mon...
Eurythmics asked 13/7, 2013 at 1:40
6
Solved
Is Garamond really web safe?
Should I go ahead and use it?
I know its not there in XP(Georgia is the fallback), however, what about other operating systems? Is it present in macs, new windows and ...
Designate asked 1/5, 2012 at 20:13
5
Is it possible to prevent text-shadow from overlapping text within the same element (e.g. a h1)? Please see an exaggerated example image below – in my use case I would like the text to be very brig...
Uncut asked 16/12, 2013 at 17:48
2
Solved
In other words, how do I ignore a character's depth and ascent in instead center it vertically in a surrounding box based just on its bounding box?
Here is a minimal html example:
.box {
di...
Position asked 22/5, 2016 at 17:35
5
Solved
Is there a way to make a variable width font act like a fixed width font in HTML?
For example, if I have the sentence, "The quick grey fox jumped over the lazy dog" displayed in "Courier Ne...
Coumarin asked 5/1, 2013 at 23:2
2
Solved
I am looking for a Javascript/jQuery + CSS way to limit a text (for example a product name) to say, 2 lines. But the visitors need to know that it is truncated and therefore I will need to append '...
Dimity asked 6/5, 2013 at 23:38
4
Solved
CSS specification states that line-height should be applied to text by dividing the specified value by two and applying the result above and below a line of text.
This varies significantly from t...
Juratory asked 1/12, 2011 at 0:4
2
Solved
I would like to replace horizontal line rendered by default by the <hr> tag with three asterisks (horizontally centered). If possible, I want to achieve this with pure CSS, specifically:
I ...
Leafage asked 21/8, 2015 at 18:8
6
Solved
Is there something I can do to make the text look in small caps/capital? As described here: http://en.wikipedia.org/wiki/Small_caps. I used a converter but some characters are missing.
Phile asked 12/4, 2013 at 4:58
2
Solved
I'm developing an HTML page using Compass/SCSS and a vertical rhythm approach. I've set up a baseline and specified heights for paragraphs and headings in rem units. It works great and lays on a ve...
Elgon asked 16/7, 2015 at 14:10
1
Solved
I've been following the Google official Material Design guidelines (http://www.google.com/design/spec/style/typography.html) on typography but I find them to be quite lacking. For instance, they li...
Epithelioma asked 25/5, 2015 at 20:27
1
Solved
In Google's documentation of their new material design a wast article about typography can be found. In these specs there is a short section about 'large type and dynamic type'.
Does anyone know h...
Hardness asked 23/12, 2014 at 13:50
© 2022 - 2024 — McMap. All rights reserved.