Link to CSS files: You essentially hotlink directly to CSS files on Google. Through URL parameters, you specificity which fonts you want, and what variations of those fonts.
HTML Code example for Style font, color, and size
CSS code example how to Set the size of the font
This is a simple example of an embedded stylesheet.
An example of embedded stylesheet. This code goes into the <head> of your HTML document.
This CSS code will change link font-size
Better Helvetica
Example to import font-face CSS
The stuff inside the /* */ marks are CSS comments. This allows you to enter notes into CSS that will not be interpreted. In this case, this comment lets someone reading the CSS file know that that particular line of CSS was intended to allow for using ems to set font size later in the CSS in a more intuitive base 10 way.
Delphi code example to draw rotated text
This Delphi code shows how to draw rotated text
HTML code example for Style HTML elements
Example PHP code to navigate calender in HTML pages
Cufon 101
We can use the Windows API function GetDriveType() to test if the drive is a CD-ROM drive then use the Windows API function GetVolumeInformation() to test if the VolumeName is 'Audio CD'.
We can use the Windows API function GetDriveType() to test if the drive is a CD-ROM drive then use the Windows API function GetVolumeInformation() to test if the VolumeName is 'Audio CD'.
An example pure CSS Tooltip
This example code shows how to make text inputs with rounded corners.
A short and simple code snippet using voice output with Delphi
The following code snippet shows how to draw a rotated text on a form.