manrope.scss - include manrope folder in path (#1515)
Add manrope folder to path for font manrope-variable.woff2.
This commit is contained in:
parent
4f83524882
commit
b0c7cca93b
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue