From 74647e16d37fac9425a4561b49618b52cdc3e75c Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Fri, 22 Aug 2014 22:34:13 +0200 Subject: add basic bootstrap theme --- public/vendor/icomoon/fonts/icomoon.eot | Bin 0 -> 1300 bytes public/vendor/icomoon/fonts/icomoon.svg | 11 +++++ public/vendor/icomoon/fonts/icomoon.ttf | Bin 0 -> 1136 bytes public/vendor/icomoon/fonts/icomoon.woff | Bin 0 -> 1172 bytes public/vendor/icomoon/selection.json | 74 +++++++++++++++++++++++++++++++ public/vendor/icomoon/style.css | 28 ++++++++++++ 6 files changed, 113 insertions(+) create mode 100644 public/vendor/icomoon/fonts/icomoon.eot create mode 100644 public/vendor/icomoon/fonts/icomoon.svg create mode 100644 public/vendor/icomoon/fonts/icomoon.ttf create mode 100644 public/vendor/icomoon/fonts/icomoon.woff create mode 100644 public/vendor/icomoon/selection.json create mode 100644 public/vendor/icomoon/style.css (limited to 'public/vendor/icomoon') diff --git a/public/vendor/icomoon/fonts/icomoon.eot b/public/vendor/icomoon/fonts/icomoon.eot new file mode 100644 index 00000000..9b08a347 Binary files /dev/null and b/public/vendor/icomoon/fonts/icomoon.eot differ diff --git a/public/vendor/icomoon/fonts/icomoon.svg b/public/vendor/icomoon/fonts/icomoon.svg new file mode 100644 index 00000000..e5fdf45a --- /dev/null +++ b/public/vendor/icomoon/fonts/icomoon.svg @@ -0,0 +1,11 @@ + + + +Generated by IcoMoon + + + + + + + \ No newline at end of file diff --git a/public/vendor/icomoon/fonts/icomoon.ttf b/public/vendor/icomoon/fonts/icomoon.ttf new file mode 100644 index 00000000..ac4f0a45 Binary files /dev/null and b/public/vendor/icomoon/fonts/icomoon.ttf differ diff --git a/public/vendor/icomoon/fonts/icomoon.woff b/public/vendor/icomoon/fonts/icomoon.woff new file mode 100644 index 00000000..c7107a54 Binary files /dev/null and b/public/vendor/icomoon/fonts/icomoon.woff differ diff --git a/public/vendor/icomoon/selection.json b/public/vendor/icomoon/selection.json new file mode 100644 index 00000000..01ccbb02 --- /dev/null +++ b/public/vendor/icomoon/selection.json @@ -0,0 +1,74 @@ +{ + "IcoMoonType": "selection", + "icons": [ + { + "icon": { + "paths": [ + "M524.315 142.746c-141.014 0-255.328 132.92-255.328 296.886 0 91.993 35.911 174.118 92.405 228.574v68.311l-359.891 105.559v189.127l1021.314 8.797v-189.127l-330.711-118.754h-4.863v-63.913c56.494-54.456 92.405-136.581 92.405-228.574 0-163.965-114.314-296.886-255.328-296.886z", + "M524.315 2c-248.453 0-449.864 81.721-449.864 182.53s201.411 182.53 449.864 182.53c248.453 0 449.864-81.721 449.864-182.53s-201.411-182.53-449.864-182.53zM524.315 94.364c205.477 0 372.050 57.106 372.050 127.551s-166.572 127.551-372.050 127.551c-205.477 0-372.050-57.106-372.050-127.551s166.572-127.551 372.050-127.551z" + ], + "attrs": [ + {}, + {} + ], + "grid": 0, + "tags": [ + "icon_angel" + ] + }, + "attrs": [ + {}, + {} + ], + "properties": { + "order": 4, + "id": 0, + "prevSize": 32, + "code": 58880, + "name": "icon_angel", + "ligatures": "" + }, + "setIdx": 0, + "iconIdx": 0 + } + ], + "height": 1024, + "metadata": { + "name": "icomoon" + }, + "preferences": { + "fontPref": { + "prefix": "icon-", + "metadata": { + "fontFamily": "icomoon" + }, + "showGlyphs": true, + "metrics": { + "emSize": 512, + "baseline": 6.25, + "whitespace": 50 + }, + "resetPoint": 58880, + "showQuickUse": true, + "quickUsageToken": false, + "showMetrics": true, + "showMetadata": false + }, + "imagePref": { + "color": 0, + "height": 32, + "columns": 16, + "margin": 16, + "png": false, + "sprites": true + }, + "historySize": 100, + "showCodes": true, + "gridSize": 16, + "showLiga": false, + "showGrid": true, + "showGlyphs": true, + "showQuickUse": true, + "search": "" + } +} \ No newline at end of file diff --git a/public/vendor/icomoon/style.css b/public/vendor/icomoon/style.css new file mode 100644 index 00000000..cdc0f7ec --- /dev/null +++ b/public/vendor/icomoon/style.css @@ -0,0 +1,28 @@ +@font-face { + font-family: 'icomoon'; + src:url('fonts/icomoon.eot?-kja6ux'); + src:url('fonts/icomoon.eot?#iefix-kja6ux') format('embedded-opentype'), + url('fonts/icomoon.woff?-kja6ux') format('woff'), + url('fonts/icomoon.ttf?-kja6ux') format('truetype'), + url('fonts/icomoon.svg?-kja6ux#icomoon') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + font-family: 'icomoon'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-icon_angel:before { + content: "\e600"; +} -- cgit v1.2.3-54-g00ecf