tralves / nativescript-vue-rollup-template

A NativeScript template ready to roll with Vue.js and .vue files.
40 stars 4 forks source link

Including custom fonts #5

Closed 34r7h closed 6 years ago

34r7h commented 6 years ago

Hi, thanks for taking the time to make this. Having .vue files and es6 import is a huge win!

When I add a font folder with custom font and set a family in css, the fonts don't render although the inspector says the font is there. Any idea if rollup could be overriding render somehow?

Works out-of-the-box with standard nativescript-vue.

34r7h commented 6 years ago

Problem was not adding the font-folder manually to the tns/app folder.

tralves commented 6 years ago

ah, that... 99% of issues are related to the tns folder... I gotta find a way to get rid of it...