Use Fontsource and Lucide

Replacing Google Fonts and FontAwesome
This commit is contained in:
Kevin Kandlbinder 2021-09-24 15:49:14 +02:00
parent 4fb0aae042
commit 833318ba3d
12 changed files with 69 additions and 50 deletions

View file

@ -1,5 +1,9 @@
@import "~@fontsource/anonymous-pro/index.css";
@import "~@fontsource/anonymous-pro/700.css";
@import "../variables";
* {
box-sizing: border-box;
}