The tag has no wiki summary.

learn more… | top users | synonyms

61
votes
31answers
77k views

What is the most readable, appealing font?

What is the most readable, appealing font? Besides Wingdings, of course. I'm not talking programming font, but for design docs, documentation, web pages, etc. What wins? Times New Roman 10pt, Arial ...
26
votes
8answers
7k views

Algorithm to implement a word cloud like Wordle

Context Take a look at what wordle does : http://www.wordle.net/ it's much better looking than any other word cloud generators I've seen note: the source is not avaialable - read the FAQ ...
20
votes
12answers
17k views

Should I avoid using “text-align: justify;”?

Is there any reason to avoid using "text-align: justify;"? Does it reduce readability or cause problems?
13
votes
5answers
133 views

JavaScript to avoid widows

A common problem when working with typography in HTML/CSS is something we call "horunge" in Swedish ("widow" in english). What it is: Let's say you have a box with a width of 200px and with the text ...
12
votes
4answers
2k views

Source code of books made with TeX/LaTeX to learn

Some time ago, reading this entry I found a nice image and a pointer to a better book entitled "Thinking Forth". To my surprise, the LaTeX sources of the book were ready to download, with pearls like: ...
11
votes
1answer
153 views

Besides seeing, is there any way to know which font is currently applied on an HTML element

Consider that I have this CSS rule for an anchor tag: font-family: Helvetica, Verdana, Calibri, Arial, sans-serif; Of course by watching at what is rendered in the browser, I can judge which of ...
10
votes
6answers
2k views

H1-H6 font sizes in HTML

In HTML (and in typography in general, I suppose), there appears to be some defined sizes for H1-H6 -elements. Ie., if the baseline font size is 16px (or 100%), then h1 (w/c)ould be 2.25em (36px). ...
10
votes
5answers
1k views

Web font embedding vs. sifr?

I'd like to use a non-standard web font to improve the appearance of my HTML. Is it preferable to embed a web font or use something like sifr? My understanding is sifr is a flash-based viewer for ...
9
votes
1answer
91 views

@font-face and wrong letter tracking/spacing

I've encountered a problem using @font-face while building a website. The font's installed on my PC, I've downloaded it from fontsquirrel.com. If I use the version that's installed in my PC ...
9
votes
8answers
1k views

Ideas for converting straight quotes to curly quotes

I have a file that contains "straight" (normal, ASCII) quotes, and I'm trying to convert them to real quotation mark glyphs (“curly” quotes, U+2018 to U+201D). Since the transformation from two ...
8
votes
4answers
3k views

Capitalize first letter in ruby

upcase method capitalizes the entire string. I need to capitalize only the first letter. Also, i need support several popular languages, like "german", "russian" etc. How to do it ?
7
votes
5answers
189 views

changing character size with CSS

Is it possible to change the size of a specific character using CSS? For example, in a paragraph I am using font-face: Arial; font-size: 12pt;. I would like that only the letter "a" would appear in ...
7
votes
4answers
1k views

How to render narrow non-breaking spaces in HTML for Windows?

In French, typography requires that we use narrow non-breaking space (U+202F) at various places (“Comme ça !”). Apparently every browser on windows fails to support that and they all display a weird ...
6
votes
1answer
279 views

Redefining “sentence” in Emacs? (single space between sentences, but ignoring abbreviations)

I would like to be able to navigate by sentence in Emacs (M-a, M-e). Here's the problem: by default, Emacs expects that each sentence is separated by two spaces, and I'm used to just putting a single ...
6
votes
3answers
450 views

align headings to same baseline, regardless following text?

is there a way to align first line of multiple headings of various size to the same baseline? Also regardless to the text that follows, which should be aligned as well. See picture at ...
6
votes
4answers
707 views

Sentence Spacing

What is the best way to present the additional spacing that should come between sentences (using [X]HTML+CSS)? <p>Lorem ipsum. Dolor sit amet.</p> ^^ wider than word ...
6
votes
5answers
9k views

Font size in pixels

On an iPhone how do I calculate the size of a character in pixels for a given point size?
6
votes
4answers
5k views

Drop caps in pdfLaTeX

I want to find a way to produce drop caps (large initial letters several lines high) in pdfLaTeX. I know that there is a dropping package which works well when used with latex + dvips. However, when ...
5
votes
4answers
85 views

typography for developers

I'm no designer, I can't understand it, I love code and code has been my life. For a non designer, typography is a huge 7 head serpent, and I would like to know, if there is something I can do to ...
5
votes
3answers
407 views

Is it possibly to keep vertical rhythm using only css?

I'm developing a typography oriented wordpress theme[1], and I'm getting troubles with the in-line images. I can control every element and adjust it's line height, bottom margin, ecc, to keep the ...
5
votes
1answer
515 views

Why won't Helvetica Neue Bold glyphs draw as a normal subpath in NSBezierPath?

What I want is to take a filled rectangle and punch a hole in it using another shape. This is exactly the kind of thing that NSBezierPath is designed for. You add a rectangular path, then add the ...
5
votes
4answers
1k views

How to create small SPACES in HTML?

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 ...
4
votes
7answers
203 views

Text highlighting (label effect) using CSS

I want to create a text style similar to a label. Looky here: I can nearly do it using just: http://jsfiddle.net/STApE/ p{display: inline; background: yellow;} BUT, I want to add some padding. ...
4
votes
4answers
137 views

Aligning a character to the top of adjacent letters

I wish to align a character in HTML to the tops of the characters next to it. The css vertical-align attribute seems to be what I want, but I'm having some trouble. Using vertical-align: text-top ...
3
votes
3answers
108 views

PHP + CSS + Lettering.js Creating curved text

I'm using lettering.js to wrap <span> elements around each letter in a string. I'm getting the string using PHP. In the example below, $bellcurve is not yet defined-- the example is the approach ...
3
votes
4answers
140 views

Traditional leading and CSS line-height

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 the ...
3
votes
1answer
123 views

CSS - Display text at descent instead of baseline?

Is there a proper way to display text at the descent height of a line instead of its baseline? Please reference the following pages: http://en.wikipedia.org/wiki/Baseline_(typography) and ...
3
votes
4answers
179 views

How to wrap a class around the first half of a headline with jquery?

This is my first post, so please be gentle. I'm trying to wrap a class around the first or the second half of a headline so that I could create more dynamic and cool headlines with jquery. In ...
3
votes
1answer
180 views

Changing an element's CSS with respect to different languages

Is there a way to use CSS to style text depending on the language? For example the font Tahoma is widely used for Arabic text, but its size is very tiny when it comes to English text with the same ...
3
votes
2answers
138 views

How can i know for any font it's allowed to use in @font-face or not?

How can i know for any font it's allowed to use in @font-face or not? even if i recieve font from client, font installed in company PC, font comes with Adobe Software and MS Office?
3
votes
3answers
216 views

To divide the big text into columns

Problem: There is a big piece of the text: <div class="cont"> <p> Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, ...
3
votes
3answers
234 views

Does SIFR work well cross-browser?

I have seen a few sites now that use SIFR, and I can see the benefits. I have (quickly) looked into other plugins similar, but SIFR seems to be quite good. So it good in terms of cross-browser ...
3
votes
3answers
405 views

@font-face and font-variant bad idea?

if i use @font-face font and font-variant: small-caps for the same selector the font will fallback to the next system default font in safari. how do i get around that?
3
votes
5answers
172 views

Lyrics translation in html

How to represent lyrics and corresponding translation strophe in HTML? just an example: Может, поздно, может, слишком рано, Maybe, it's too late or, maybe, early, И о чем не думал много ...
3
votes
4answers
583 views

Font licensing on the web?

I'd like to do nice typography on the web-- that is, fonts other than the limited set of "web safe" fonts. Reasonable choices (considering accessibility and SEO) seem to be Cufón or sIFR or maybe ...
3
votes
2answers
161 views

Distinct stylesheets for type, color and layout. What goes where?

I came across this article on "A List Apart" that suggests spliting css information in (at least) three separate files, one for typography, one for layout and one for color information. Color seems ...
2
votes
3answers
64 views

Is there a way to automatically control orphaned words in an HTML document?

I was wondering if there's a way to automatically control orphaned words in an HTML file, possibly by using CSS and/or Javascript (or something else, if anyone has an alternative suggestion). By ...
2
votes
1answer
35 views
+50

What does bluescale mean for Type 1 Fonts?

I can't understand the bluescale part of the Type 1 Font Specification. Could you explain it to me with examples in which the overshoot supression is performed or ceased?
2
votes
2answers
32 views

make text title separate in word & style each with “list-item” & auto stretch with “div” parent

<div class="container"> <h1>this is cool typograp right</h1> </div> so i want separate each h1 word and styling them with list-item and dynamic size each word it will be ...
2
votes
1answer
96 views

Kerning bug with Verdana in Firefox and Chrome at 15 pixels

I noticed a kerning issue with Verdana at 15 pixels in Firefox and Chrome on Windows. See the image below and note the extra space between the "o" and the "r". This image is a screenshot from Chrome ...
2
votes
1answer
62 views

What's the ideal relationship between line-height, font-size, and paragraph margin?

For a long time I've noticed that adjusting line-height and adding some extra space between paragraphs both relative to the chosen font-size can make a huge impact on the readability of Web site ...
2
votes
2answers
66 views

Regaining vertical rhythm in a page, after an odd number of elements

I'm trying to build a 2 column layout with a consistent vertical rhythm (aligned baselines). The calculations for this are pretty straightforward, and I have them working fine. My question is this: ...
2
votes
3answers
272 views

Auto closing curly quotation marks in Vim

I'd like to set up Vim to auto close the pair of ‘ and ’ (curly quotation marks). I've tried to configure all the five plugins I could find (two autoclose's, surround, closepairs and delimitmate) but ...
2
votes
4answers
167 views

How to increment font size changes with jQuery?

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'});
2
votes
0answers
185 views

Get kerning offset value for given character pair and font in .NET

How can I get kerning adjustment of space between 2 given chars in .NET? In WPF application? For example, lets say I have font Times New Roman of size 22 that is bold. What kerning will be used for ...
2
votes
2answers
360 views

Widow/Orphan Control with JavaScript?

It can be library-dependent or -agnostic. I just want to know if a script exists that will analyze the page (or maybe certain nodes that it has been given) and... "protect" against widows and orphans ...
2
votes
0answers
531 views

Using FreeType in C#

How can I use freetype library in C#. Can I get the graphical information of any character using freetype?(Ex. lineto, curveto, etc). I want to use such command to draw them on my bitmap after some ...
2
votes
1answer
127 views

What is prefered method to set consistence font-size and line height for website using em?

What is the best method to set cross-browser consistence typography (font-size and line height) for whole site using em for Fixed width {Width:970px}, centered website? I usually get design from ...
2
votes
1answer
487 views

iPhone Fonts: set small-caps

i'm branding an iphone app and the designer wants to display list items using Georgia. This is not a big deal, but he wants them do appear as small-caps.. is this possible to do in iPhone os3?
2
votes
4answers
105 views

Tex command which affects the next complete word

Is it possible to have a TeX command which will take the whole next word (or the next letters up to but not including the next punctuation symbol) as an argument and not only the next letter or {} ...

1 2 3