Use Lato
This commit is contained in:
parent
2b4d18e869
commit
93c58f0a4b
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||||
|
||||
body {
|
||||
background: #2e3440;
|
||||
text-shadow: 0 1.5px rgba(0, 0, 0, 0.25);
|
||||
|
@ -12,7 +14,7 @@ body {
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
font-family: "Lato", sans-serif;
|
||||
color: #e5e9f0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue