From 42eb8147c6d913df57394bd182b38e101d732a87 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 12 Apr 2021 02:29:24 +0200 Subject: [PATCH] fmt (changelog ignore) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1107c0c..70e54e98 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ this limitation doesn't apply, you can import fonts however you see fit. ### Example of setup that **won't** work - 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