The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
Web wide crawl with initial seedlist and crawler configuration from October 2010
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20101123102751/http://htmlhelp.com/reference/css/font/font-style.html
Font Style
Syntax:
font-style: <value>
Possible Values:
normal | italic | oblique
Initial Value:
normal
Applies to:
All elements
Inherited:
Yes
The font-style property defines that the font be displayed in one of three ways: normal, italic or oblique (slanted). A sample style sheet with font-style declarations might look like this:
H1 { font-style: oblique }
P { font-style: normal }