Dev.Opera - Follow the standards, break the rulesDev.Opera - Follow the standards, break the rules

Login

Lost password?

Forums » Article Discussions

Discuss the articles posted on Dev.Opera.

Note: You need to login to post in the forums. if you don't have an account you first need to sign up.

By paul-haine anchor Tuesday, 8. July 2008, 07:12:35

11: Typography on the web

Typography - what typefaces you choose for your design and how you choose to position your text - is an important on the web as it is in printed work, but web typography is a bit more limited. In this article Paul Haine takes you through all the basics of web typography, its limitations and theory.

( Read the article )

By Ton-Lankveld anchor Wednesday, 16. July 2008, 15:53:09

avatarIf you use a printer style sheet to control the typography of the print, you want to know which fonts are available. To my knowledge, printer fonts are stored on the printer and not in the Operating System of the PC. So, the selection of fonts depends on the manufacturer and type of printer.

Is there a list of most commonly available fonts for printers?

By scarby421 anchor Thursday, 24. July 2008, 10:45:32

avatarDrop caps p:firstletter { } should be p:first-letter { }

By Erinyes anchor Friday, 3. April 2009, 18:31:25

avatar

Originally posted by article:

the web is not print

@encoding "ISO-8859-1";

@media print {
   /* Oh noes a document only for printing! */  
}

What the web is not is: "just for screen".

Originally posted by article:

These can be typed in by hand, but a lot of content management software can convert or insert these for you with ease.

/offtopic: You can use a a text expander like PhraseExpress to automatically convert shortcuts like (r) (c) to html entities. I also use it to expand templates when I simply wish to do a fast test, just assign the code to expand on "<html></html>" for example.


Since you bothered making references to typography maybe it would be a good idea to write on how typefaces are desingned 1) particular sizes (small fonts should use simple glyphs) 2) particular use (in particular titles/text - for example Impact is a title font; but not limited to).

Also consider adding small code snippets here and there or a example page ("here's code, here's what you get")

By chrismills O anchor Monday, 6. April 2009, 22:28:28

avatar

Originally posted by Erinyes:

/offtopic: You can use a a text expander like PhraseExpress to automatically convert shortcuts like (r) (c) to html entities. I also use it to expand templates when I simply wish to do a fast test, just assign the code to expand on "<html></html>" for example.Since you bothered making references to typography maybe it would be a good idea to write on how typefaces are desingned 1) particular sizes (small fonts should use simple glyphs) 2) particular use (in particular titles/text - for example Impact is a title font; but not limited to).Also consider adding small code snippets here and there or a example page ("here's code, here's what you get")



Some good comments here; I have added a link to the text styling with CSS article, as that contains all the teachings on CSS usage for fonts. I have also added a note about correct usage of fonts.

Moderators: pepelsbey | dstorey | mcx | operadev | chrismills | shwetankdixit | brucelawson | iheni | andreasbovens | zibin | mollydotcom