I'm using https://github.com/AKIRA-MIYAKE/iOS7-icon-font in one of my projects and I was wondering if it's possible to fill these icons with colour using CSS
e.g. 
I'm using https://github.com/AKIRA-MIYAKE/iOS7-icon-font in one of my projects and I was wondering if it's possible to fill these icons with colour using CSS
e.g. 
On
You can directly color the svg icons using css property color.
color: #000;
Here's another link where you can get some free svg icons.
Turns out it's not possible to do what I want with CSS, however to achieve that I can switch to SVG and manipulate it to my liking (and then perhaps convert it to woff), tools I've used are:
In case of example icon above, original SVG code:
filled version: