Tagged Questions
3
votes
2answers
80 views
Text wrapping fill-last-line-first
I have a peculiar design for a web page that I have to implement from an already made design, and some of the text wrappings are filled bottom-up (in my case it's for bottom-left aligned thin text ...
9
votes
3answers
238 views
Should underline clash with text descenders?
CSS3’s text-decoration module includes a text-underline-position property, which specifies whether the underline should be positioned below the whole text:
or just below baseline, letting ...
3
votes
2answers
873 views
How to control word-spacing in justified text with CSS?
I have 2 blocks of text that are pretty small (just under a paragraph each) and they really look better justified but the problem is that text-align: justify; sometimes adds really large spaces and ...
1
vote
2answers
305 views
CSS LetterPress Effect
I can't seem to get the color values/names correct so that I can get a Letter Press Effect on the text
To create the appearance of text that has been stamped, choose a text colour that is darker ...
1
vote
1answer
91 views
Spacing nav menu type
When designing a horizontal menu for a website in photoshop (like the img attahced) whats the best way to space them ?
In html/css i would just use float:right; margin-left:20px; but in photoshop the ...
3
votes
3answers
446 views
CSS - Using different fonts within a typeface?
After exploring typography more I've learnt the different between a typeface and a font :)
I'd like to know how I can call the fonts 'Arial Black' or 'Arial Narrow' within CSS? The font-family ...
5
votes
2answers
981 views
Vertical rhythm/baseline grid in Web Design
I recently read some articles about the importance of good vertical rhythm/using a baseline grid for good typography in web design. I decided to try using a baseline grid, like the 960 grid pictured ...
2
votes
2answers
157 views
How good is the fonts.com webfont solution compared to the current @font-face standard?
I guess the title says it all. I've been successfully working with @font-face (with near-perfect cross-browser support, if you use all the hacks).
However, a client really wants to use Helvetica, and ...
3
votes
2answers
2k views
what is the largest glyph width in Arial?
Im designing a DIV container that will contain some rows of text.
Every row can contain 0 to 35 chars.
I need to specify a fixed width for the div, but I cannot predict how "wide" the string can be.
...
