Add font awesome css and icon fonts

This commit is contained in:
Dan Sosedoff
2014-12-01 20:23:10 -06:00
parent b003385ed2
commit b376588d54
8 changed files with 29628 additions and 0 deletions

4
api.go
View File

@@ -13,6 +13,10 @@ var MIME_TYPES = map[string]string{
".css": "text/css",
".js": "application/javascript",
".icon": "image-x-icon",
".eot": "application/vnd.ms-fontobject",
".svg": "image/svg+xml",
".ttf": "application/font-sfnt",
".woff": "application/font-woff",
}
type Error struct {