You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great tool.
my files are locates in the root/assets folder where I have a folder called fonts (root/assets/fonts)
In my sass file, I am loading the font
@font-face {
...
src: url("../fonts/..."),
...
}
I changed the setting so the compiled files are now in root/compiled
Add this to the tasks in the gulp files on the right places, and to the default task.
Plus make sure the css is pointing to this folder as it is in the end-directory.
thanks for this great tool.
my files are locates in the root/assets folder where I have a folder called fonts (root/assets/fonts)
In my sass file, I am loading the font
I changed the setting so the compiled files are now in root/compiled
but now in console I get errors
what is the best way to include fonts in the theme and sass file?
The text was updated successfully, but these errors were encountered: