aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-02-01 04:50:06 +0100
committerGravatar Joseph Garrone <[email protected]>2024-02-01 04:50:06 +0100
commit91d95c7eab7df767ede33b5d66d116d7a8c411a7 (patch)
treedd463824b4e20b2e3800fb357c49a7e489506203 /public
parentAdd warning in the readme that this is work in progress (diff)
update
Diffstat (limited to 'public')
-rw-r--r--public/fonts/WorkSans/font.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/public/fonts/WorkSans/font.css b/public/fonts/WorkSans/font.css
deleted file mode 100644
index f4e3265..0000000
--- a/public/fonts/WorkSans/font.css
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
-<link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-bold-webfont.woff2" as="font" crossorigin="anonymous">
-<link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-medium-webfont.woff2" as="font" crossorigin="anonymous">
-<link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-regular-webfont.woff2" as="font" crossorigin="anonymous">
-<link rel="preload" href="%PUBLIC_URL%/fonts/WorkSans/worksans-semibold-webfont.woff2" as="font" crossorigin="anonymous">
-<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/fonts/WorkSans/font.css">
-*/
-
-@font-face {
- font-family: "Work Sans";
- font-style: normal;
- font-weight: normal; /*400*/
- font-display: swap;
- src: url("./worksans-regular-webfont.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Work Sans";
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url("./worksans-medium-webfont.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Work Sans";
- font-style: normal;
- font-weight: 600;
- font-display: swap;
- src: url("./worksans-semibold-webfont.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Work Sans";
- font-style: normal;
- font-weight: bold; /*700*/
- font-display: swap;
- src: url("./worksans-bold-webfont.woff2") format("woff2");
-} \ No newline at end of file