CSS Fonts
<!DOCTYPE html> <html> <head> <style> .quote { font-style: italic; } </style> </head> <body> <p class="quote">Simplicity is the ultimate sophistication.</p> </body> </html>
<!DOCTYPE html> <html> <head> <style> .quote { font-style: italic; } </style> </head> <body> <p class="quote">Simplicity is the ultimate sophistication.</p> </body> </html>