manrope.scss - include manrope folder in path (#1515)

Add manrope folder to path for font manrope-variable.woff2.
This commit is contained in:
John Haugabook 2024-10-09 07:36:10 -04:00 committed by GitHub
parent 4f83524882
commit b0c7cca93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
font-style: normal;
font-weight: 100 900;
src:
url("/webfonts/manrope-variable.woff2") format("woff2 supports variations"),
url("/webfonts/manrope-variable.woff2") format("woff2-variations");
url("/webfonts/manrope/manrope-variable.woff2") format("woff2 supports variations"),
url("/webfonts/manrope/manrope-variable.woff2") format("woff2-variations");
}