mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
changed analytics
This commit is contained in:
35
TealCode/main/static/css/fonts.css
Normal file
35
TealCode/main/static/css/fonts.css
Normal file
@@ -0,0 +1,35 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user