diff options
| -rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 0bcab1a..abf6ae5 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,7 @@ <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"> <!-- SEE: https://docs.keycloakify.dev/limitations#self-hosted-fonts --> + <!-- Don't forget to import your custom fonts in Storybook as well: https://github.com/keycloakify/keycloakify-starter/blob/bb019e66fb09166cb9af1e24e230994f59daa420/src/keycloak-theme/login/createPageStory.tsx#L21 --> <style> /* latin */ @font-face { @@ -78,4 +79,4 @@ --> </body> -</html>
\ No newline at end of file +</html> |