Slide 273
Slide 273 text
• CSS:
body {
font-family: 'Elena Regular', /* Web font */
AvenirNext, Avenir, /* iOS */
-apple-system, BlinkMacSystemFont, /* macOS San Francisco */
Roboto Slab', 'Droid Serif', /* Android */
'Segoe UI', /* Microsoft */
Oxygen-Sans, /* KDE */
Ubuntu, /* Ubuntu */
Cantarell, /* GNOME */
Georgia, 'Times New Roman', serif; /* Fallback */
}