From b63557d9f9c1f364b027697dc4bd37e20097a5c6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 11 Jan 2024 02:28:15 -0800 Subject: feat: update font --- css/index.css | 10 ++++------ css/unifont-12.0.01.woff2 | Bin 1605860 -> 0 bytes 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 css/unifont-12.0.01.woff2 diff --git a/css/index.css b/css/index.css index f51d703..c22da01 100644 --- a/css/index.css +++ b/css/index.css @@ -1,14 +1,12 @@ -@font-face { - font-family: "unifont"; - src: url("unifont-12.0.01.woff2"); -} +@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap"); body { - font-family: "unifont"; + font-family: "DM Sans", sans-serif; /* background-color: var(--background); */ background-image: url("https://i.imgur.com/N4FCLVB.jpg"); color: var(--foreground); padding: 0; + font-weight: 400; margin: 0; font-size: 1vw; transition: 0.5s; @@ -37,7 +35,7 @@ body { /* position: absolute; */ /* right: 57.75%; */ height: 386px; - border: 1px solid var(--color1); + /* border: 1px solid var(--color1); */ } .link-collection { diff --git a/css/unifont-12.0.01.woff2 b/css/unifont-12.0.01.woff2 deleted file mode 100644 index d6e201a..0000000 Binary files a/css/unifont-12.0.01.woff2 and /dev/null differ -- cgit v1.2.3