summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-11 02:28:15 -0800
committerFuwn <[email protected]>2024-01-11 02:28:15 -0800
commitb63557d9f9c1f364b027697dc4bd37e20097a5c6 (patch)
tree9ac7f72ebc6ad24b15e66c972159242c6270396a
parentfeat: update background (diff)
downloadstartpage-b63557d9f9c1f364b027697dc4bd37e20097a5c6.tar.xz
startpage-b63557d9f9c1f364b027697dc4bd37e20097a5c6.zip
feat: update font
-rw-r--r--css/index.css10
-rw-r--r--css/unifont-12.0.01.woff2bin1605860 -> 0 bytes
2 files changed, 4 insertions, 6 deletions
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
--- a/css/unifont-12.0.01.woff2
+++ /dev/null
Binary files differ