fmt (changelog ignore)

This commit is contained in:
Joseph Garrone 2021-04-12 02:29:24 +02:00
parent ebcdbd782f
commit 42eb8147c6

View File

@ -260,7 +260,7 @@ this limitation doesn't apply, you can import fonts however you see fit.
### Example of setup that **won't** work ### Example of setup that **won't** work
- We have a `fonts/` directory in `src/` - We have a `fonts/` directory in `src/`
- We import the font like this [`src: url("/fonts/my-font.woff2") format("woff2");`(https://github.com/garronej/keycloakify-demo-app/blob/07d54a3012ef354ee12b1374c6f7ad1cb125d56b/src/fonts.scss#L4) in a `.scss` a file. - We import the font like this [`src: url("/fonts/my-font.woff2") format("woff2");`](https://github.com/garronej/keycloakify-demo-app/blob/07d54a3012ef354ee12b1374c6f7ad1cb125d56b/src/fonts.scss#L4) in a `.scss` a file.
### Possible workarounds ### Possible workarounds