Skip to content
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

Cannot add more fonts #11

Open
kryptokinght opened this issue Dec 2, 2019 · 0 comments
Open

Cannot add more fonts #11

kryptokinght opened this issue Dec 2, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers kwoc Kharagpur winter of code 2019

Comments

@kryptokinght
Copy link
Owner

kryptokinght commented Dec 2, 2019

Fonts are stored inside src/fonts/googlefonts and we treat them as static assets. To make it available to our HTML pages we use a webpack plugin that gets a list of all the static assets which is provided by config/webpack/static-files.js. The font files are hardcoded but instead, this needs to be dynamically added to the static files list by reading all the font files inside src/fonts.

@kryptokinght kryptokinght added bug Something isn't working good first issue Good for newcomers kwoc Kharagpur winter of code 2019 labels Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers kwoc Kharagpur winter of code 2019
Projects
None yet
Development

No branches or pull requests

1 participant