typefaces icon indicating copy to clipboard operation
typefaces copied to clipboard

How does one use this with Meteor?

Open make-github-pseudonymous-again opened this issue 6 years ago • 1 comments

I tried to use import 'typeface-roboto'; in a Meteor project. It tries to load the fonts at /files/roboto-latin-xxx.woff2 and also woff files. However, those location are not properly resolved by the Meteor router as it tries to display the main App when accessing those URLs. I understand that the package typeface-roboto does not handle the routing for you in this case. What would be the cleanest solution to use this package in combination with Meteor?

See also https://forums.meteor.com/t/solved-roboto-font-npm-package-doesnt-work/47724