Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created August 24, 2013 13:50
Show Gist options
  • Save milohuang/6328245 to your computer and use it in GitHub Desktop.
Save milohuang/6328245 to your computer and use it in GitHub Desktop.
Edit foundation-icons.css
/*
* Foundation Icons v 3.0
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
* MIT License
*/
@font-face {
font-family: "foundation-icons";
src: url("../font/foundation-icons.eot");
src: url("../font/foundation-icons.eot?#iefix") format("embedded-opentype"),
url("../font/foundation-icons.woff") format("woff"),
url("../font/foundation-icons.ttf") format("truetype"),
url("../font/foundation-icons.svg#fontcustom") format("svg");
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment