问题标签 [foundation-icon-fonts-3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
css - 更改 Foundation Icon Fonts 3 的大小?
我尝试在此处更改图标下载的大小:
http://zurb.com/playground/foundation-icon-fonts-3
他们在文档中说:
例如,我使用:
但是大小是16px,他们没有说我们怎么能改变......
ember.js - 如何在 Ember 应用程序中使用基础图标字体
有人知道如何在 Ember App中启用Foundation Icon Fonts吗?我试图将它放在供应商文件夹中,在公用文件夹中 - 仍然不适用于以下代码示例:
我还在 ember-cli-build.js 中添加了上述 CSS 的导入:
app.import('vendor/foundation-icons/foundation-icons.css');