diff options
author | 2024-06-06 01:44:57 +0200 | |
---|---|---|
committer | 2024-06-06 01:44:57 +0200 | |
commit | 030836d5346b46effe2019f25c182681873a0996 (patch) | |
tree | 7ae17717575db5f9c179e9125338b2932bae236f /public | |
parent | Bump version (diff) |
Migrate to keycloakify 10
Diffstat (limited to 'public')
-rw-r--r-- | public/fonts/WorkSans/font.css | 36 | ||||
-rw-r--r-- | public/fonts/WorkSans/worksans-bold-webfont.woff2 | bin | 47488 -> 0 bytes | |||
-rw-r--r-- | public/fonts/WorkSans/worksans-medium-webfont.woff2 | bin | 47488 -> 0 bytes | |||
-rw-r--r-- | public/fonts/WorkSans/worksans-regular-webfont.woff2 | bin | 47488 -> 0 bytes | |||
-rw-r--r-- | public/fonts/WorkSans/worksans-semibold-webfont.woff2 | bin | 47488 -> 0 bytes | |||
-rw-r--r-- | public/keycloakify-logo.png | bin | 104257 -> 0 bytes | |||
-rw-r--r-- | public/silent-sso.html | 7 |
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 Binary files differdeleted file mode 100644 index 8705354..0000000 --- a/public/fonts/WorkSans/worksans-bold-webfont.woff2 +++ /dev/null diff --git a/public/fonts/WorkSans/worksans-medium-webfont.woff2 b/public/fonts/WorkSans/worksans-medium-webfont.woff2 Binary files differdeleted file mode 100644 index 8705354..0000000 --- a/public/fonts/WorkSans/worksans-medium-webfont.woff2 +++ /dev/null diff --git a/public/fonts/WorkSans/worksans-regular-webfont.woff2 b/public/fonts/WorkSans/worksans-regular-webfont.woff2 Binary files differdeleted file mode 100644 index 8705354..0000000 --- a/public/fonts/WorkSans/worksans-regular-webfont.woff2 +++ /dev/null diff --git a/public/fonts/WorkSans/worksans-semibold-webfont.woff2 b/public/fonts/WorkSans/worksans-semibold-webfont.woff2 Binary files differdeleted file mode 100644 index 8705354..0000000 --- a/public/fonts/WorkSans/worksans-semibold-webfont.woff2 +++ /dev/null diff --git a/public/keycloakify-logo.png b/public/keycloakify-logo.png Binary files differdeleted file mode 100644 index b9d103c..0000000 --- a/public/keycloakify-logo.png +++ /dev/null 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>
|