diff options
| author | Fuwn <[email protected]> | 2024-01-11 02:28:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 02:28:15 -0800 |
| commit | b63557d9f9c1f364b027697dc4bd37e20097a5c6 (patch) | |
| tree | 9ac7f72ebc6ad24b15e66c972159242c6270396a | |
| parent | feat: update background (diff) | |
| download | startpage-b63557d9f9c1f364b027697dc4bd37e20097a5c6.tar.xz startpage-b63557d9f9c1f364b027697dc4bd37e20097a5c6.zip | |
feat: update font
| -rw-r--r-- | css/index.css | 10 | ||||
| -rw-r--r-- | css/unifont-12.0.01.woff2 | bin | 1605860 -> 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 Binary files differdeleted file mode 100644 index d6e201a..0000000 --- a/css/unifont-12.0.01.woff2 +++ /dev/null |