Author:
erics , April 24th, 2014
The HTML
< head >
< link
href = 'http://fonts.googleapis.com/css?family=PT+Sans:400italic,400,700,700italic|Open+Sans:400italic,700italic,800italic,300italic,600italic,400,300,700,600,800'
rel = 'stylesheet' type = 'text/css'
>
< / head >
The CSS
h1 ,
. yourClass ,
#yourID
{
font - size : 28px ;
line - height : 32px ;
font - weight : 300 ;
margin : 0 0 8px 0 ;
text - align : center ;
font - style : normal ;
}
Google Fonts Reference font-weight values: 100: Ultra Light 200: Thin 300: Light 400: Regular 500: Semi Bold 600: Bold 700: Extra Bold 800: Heavy 900: Ultra Heavy
Categories: Technology Tags: CSS , Font , font-style , font-weight , Fonts , Google , Google Fonts
| No comments
Author:
erics , May 31st, 2011
A client wanted specific fonts on their website, and of course, the provided fonts did not work on IE. What a shocker. So I did some research, and found the most amazing site that does easy font conversion for free. Drumroll, please… It is called Font Squirrel, and all you need to do is upload […]
Categories: How-To's , Technology Tags: Compatible , convert , Cross Browser , EOT , Fonts , howto , OTF , tips , TTF
| No comments
Author:
erics , May 24th, 2011
Open Font Book Select All Fonts File » Validate Fonts Delete any problem fonts. Reboot
Categories: How-To's , Technology Tags: apple , crash , Duplicate Font , Font Book , Fonts , iWeb , macosx , MS Office , Open Office
| No comments
Author:
erics , May 11th, 2011
To make the text larger in Calendar, Contacts, Mail, Messages and Notes, go to: Settings > General > Accessibility > Large Text and choose the size you like!
Categories: Rants Tags: Eye strain , Eyes , Eyesight , Font size , Fonts , iphone
| No comments
Author:
erics , August 22nd, 2010
In your stylesheet: [code] @font-face { font-family: "Avenir LT 45 Book"; src: url(‘/fonts/avenir.ttf’); } body { color: #000000; font-family: "Avenir LT 45 Book",verdana,arial,sans-serif; font-size: 14px; } [/code]
Categories: How-To's , Technology Tags: Fonts , howto , tips
| No comments