I just discovered Google Web Font and I was really interested in how this tool could work…
With just a
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
You can use whatever Google has in his fonts collection.
Do you have any idea on how this stuff works ?
It simply returns CSS that includes @font-face rules that allow you to use fonts that are accessible over the web versus on the client’s local machine. Note that not all browsers support
@font-face.