From 21123463eb4d0c12f3eae6f5758d1982cd80dd4b Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Sun, 25 Feb 2024 13:20:00 +0100 Subject: [PATCH] more docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ce46b..6628b0a 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ The directory will be scanned for font files, which will be read and automatical **Please note** that at the moment the plugin doesn't detect woff2 fonts The first argument of `hosted` array is required and it should be a path that related to the project root. i.e. `./src/fonts` -In this case, the path to the fonts folder structure must match the structure of the path to the fonts folder on the server, because the path will be relative css file. +In this case, the path to the fonts folder structure must match the structure of the path to the fonts folder on the server, because **the path will be relative css file**. The second argument of `hosted` array is optional and it can be an arbitrary path which should match the fonts directory on the site. i.e. `/assets/fonts`