mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
35 lines
549 B
CSS
35 lines
549 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
|
|
|
*{
|
|
font-family: 'Roboto', sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
/* HEADLINES */
|
|
h1{
|
|
letter-spacing: 5.5px;
|
|
}
|
|
|
|
h2{
|
|
text-align: center;
|
|
letter-spacing: 2.5px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
h3{
|
|
text-align: center;
|
|
letter-spacing: 2.5px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
h4{
|
|
text-align: center;
|
|
letter-spacing: 2.5px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
h5{
|
|
text-align: center;
|
|
letter-spacing: 2.5px;
|
|
text-transform: capitalize;
|
|
} |