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

Extra spaces on the fonts #5

Closed
digitaljoni opened this issue Aug 7, 2020 · 2 comments
Closed

Extra spaces on the fonts #5

digitaljoni opened this issue Aug 7, 2020 · 2 comments

Comments

@digitaljoni
Copy link

I noticed that there are additional spaces added on the fonts:

Before:

  fonts:
    - family: Riffic
      fonts:
        - asset: assets/fonts/RifficFree-Bold.ttf

After:

  fonts:
    -
          family: Riffic
          fonts:
            -
                  asset: "assets/fonts/RifficFree-Bold.ttf"
@f3ath
Copy link
Owner

f3ath commented Aug 9, 2020

The issue should be fixed in 0.0.3. Please confirm.

@digitaljoni
Copy link
Author

cool. it works now. it doesn't change the code in the fonts declaration. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants