문제

I am building a NodeJS app and I am using Foundation for my front end. I want to use the icon sets that Foundation offers but is it possible to link to a CDN for the icon set rather than use a local copy of the entire Foundatin framework?

I found a CDN (//cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.ttf) for the icon set but I have idea how to incorporate this into my app.

Thanks in advance for your help!

도움이 되었습니까?

해결책

You should only need to pull in the CSS file (which will load in the proper font files), then use the classes on elements in your page: <i class="fi-[icon]"></i>

CDNJS foundation-icons.min.css

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top