Changed font weight.

This commit is contained in:
BurnyLlama 2021-07-26 00:17:00 +02:00
parent 0920100fed
commit 9e149f5a81

View File

@ -7,7 +7,7 @@
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: 'Manrope XLight'; font-family: 'Manrope Regular';
font-size: .85rem; font-size: .85rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
@ -147,7 +147,7 @@ a {
} }
b { b {
font-family: 'Manrope Medium'; font-family: 'Manrope Bold';
} }
p { p {