scrimba
Frontend Career Path
Web dev basics
Build a Space Exploration site
Aside: @font-face performance and usability
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Aside: @font-face performance and usability
AboutCommentsNotes
Aside: @font-face performance and usability
Expand for more info
index.css
run
preview
console
@font-face {
src: url("Corleone.ttf");
font-family: Corleone;
}

h1 {
font-family: Corleone;
}
Console
/index.html
-1:42