use new Manrope font, remove external font dep

This commit is contained in:
Ben Phelps 2022-09-24 14:51:12 +03:00
parent 4782e72d88
commit ae315f1789
5 changed files with 44 additions and 10 deletions

View file

@ -10,5 +10,5 @@
}
body {
font-family: "Poppins", sans-serif;
font-family: Manrope, "Poppins", sans-serif;
}