aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-06 01:44:57 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-06 01:44:57 +0200
commit030836d5346b46effe2019f25c182681873a0996 (patch)
tree7ae17717575db5f9c179e9125338b2932bae236f /public
parentBump version (diff)
Migrate to keycloakify 10
Diffstat (limited to 'public')
-rw-r--r--public/fonts/WorkSans/font.css36
-rw-r--r--public/fonts/WorkSans/worksans-bold-webfont.woff2bin47488 -> 0 bytes
-rw-r--r--public/fonts/WorkSans/worksans-medium-webfont.woff2bin47488 -> 0 bytes
-rw-r--r--public/fonts/WorkSans/worksans-regular-webfont.woff2bin47488 -> 0 bytes
-rw-r--r--public/fonts/WorkSans/worksans-semibold-webfont.woff2bin47488 -> 0 bytes
-rw-r--r--public/keycloakify-logo.pngbin104257 -> 0 bytes
-rw-r--r--public/silent-sso.html7
7 files changed, 0 insertions, 43 deletions
diff --git a/public/fonts/WorkSans/font.css b/public/fonts/WorkSans/font.css
deleted file mode 100644
index 29f5e14..0000000
--- a/public/fonts/WorkSans/font.css
+++ /dev/null
@@ -1,36 +0,0 @@
-
-/*
-This file is only meant to be used by Storybook
-*/
-
-@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
diff --git a/public/fonts/WorkSans/worksans-bold-webfont.woff2 b/public/fonts/WorkSans/worksans-bold-webfont.woff2
deleted file mode 100644
index 8705354..0000000
--- a/public/fonts/WorkSans/worksans-bold-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/WorkSans/worksans-medium-webfont.woff2 b/public/fonts/WorkSans/worksans-medium-webfont.woff2
deleted file mode 100644
index 8705354..0000000
--- a/public/fonts/WorkSans/worksans-medium-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/WorkSans/worksans-regular-webfont.woff2 b/public/fonts/WorkSans/worksans-regular-webfont.woff2
deleted file mode 100644
index 8705354..0000000
--- a/public/fonts/WorkSans/worksans-regular-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/public/fonts/WorkSans/worksans-semibold-webfont.woff2 b/public/fonts/WorkSans/worksans-semibold-webfont.woff2
deleted file mode 100644
index 8705354..0000000
--- a/public/fonts/WorkSans/worksans-semibold-webfont.woff2
+++ /dev/null
Binary files differ
diff --git a/public/keycloakify-logo.png b/public/keycloakify-logo.png
deleted file mode 100644
index b9d103c..0000000
--- a/public/keycloakify-logo.png
+++ /dev/null
Binary files differ
diff --git a/public/silent-sso.html b/public/silent-sso.html
deleted file mode 100644
index 2bf0c57..0000000
--- a/public/silent-sso.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
- <body>
- <script>
- parent.postMessage(location.href, location.origin);
- </script>
- </body>
-</html>