Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Where to place external CSS and fonts

$
0
0

@belgoros wrote:

I wonder what is the right place to put external CSS files and fonts (like Foundation Icons fonts, for example) in an Ember app ? I put the whole unzipped folder into public folder, added the import in ember-cli-build.js like that:

app.import('foundation-icons/foundation-icons.css');

and referenced it in app/index.htmlas follows:

<link integrity="" rel="stylesheet" href="{{rootURL}}foundation-icons/foundation-icons.css">

Is it correct ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles