-
Notifications
You must be signed in to change notification settings - Fork 11
Store fonts in storage rather than in the vendors folder and allow fonts path to be set in a config file. #8
Comments
yes please, I tried to deploy on production using git pull and composer install etc, but there is no sound way to get the fonts into the vendor directory. One should not write in the vendor directory anyways. |
By default it should be in the |
This. Having this not be the default (which it should be) or even configurable at the very least stops me from using this package completely. Too much messing around with gitignores and stuff to make this work across environments. |
Any solutions on this? Does anyone have instructions on how to put my TTF files in my /web/assets/ folder? |
+1 |
Seems like this is the corresponding line of code causing us all trouble. I'll fork the repo and try to fix this issue and'll open a pull-request afterwards. |
Any update on this? |
Nope this project seems abandoned. We moved on years ago. |
Storing the fonts within the vendors directory doesn't seem right to me, this should be a folder that we shouldn't touch.
We should also be able to set the fonts folder with in a config file so as to be able to suit our projects structure.
The text was updated successfully, but these errors were encountered: