-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for loading custom fonts / font family section #43
Comments
@javag97 Hey there! Would love the help if you are able and am open to ideas of how to best implement. I have not started work on the feature yet though it has been on the roadmap for a while. Some initial thoughts:
Let me know your thoughts and if you would be interested in working on this feature via a PR. |
I wonder if this could tie in with running custom plugins (#31). For example, here's how I build out the
|
I would definitely support this addition. |
Started working on this, the canvas section component was simple enough but font loading is giving me all kinds of problems. Seems like loading fonts after vue loads is an issue. Any other ideas besides generating a combined |
@acharlop Do you have a draft PR I can look at? What approach did you take? Looking back at #43 (comment) I was hoping to take a css file URI such as the one Google Fonts provides via a config property and dynamically inject a |
After some sleep I realized I was using a class to apply font styles instead of directly. That did the trick. Should have a PR for you later today |
Creating an issue for this work to be done. Is there a timeline for this? It may be possible for others(including myself) to take on this work, but I wanted to see if the maintainer here had any thoughts
The text was updated successfully, but these errors were encountered: