Add title font
This commit is contained in:
parent
a18f4ef57f
commit
df4978fe34
BIN
frontend/fonts/PoetsenOne-Regular.ttf
Normal file
BIN
frontend/fonts/PoetsenOne-Regular.ttf
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Poetsen One";
|
||||||
|
src: url("/fonts/PoetsenOne-Regular.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@ -24,6 +29,8 @@ h1 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
|
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
|
||||||
|
font-family: "Poetsen One";
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
|
Loading…
Reference in New Issue
Block a user