11 lines
No EOL
157 B
CSS
11 lines
No EOL
157 B
CSS
.font {
|
|
font-size: 4rem;
|
|
}
|
|
|
|
.font.font--outfit {
|
|
font-family: "Outfit", sans-serif;
|
|
}
|
|
|
|
.font.font--pacifico {
|
|
font-family: "Pacifico", cursive;
|
|
} |