diff --git a/fonts/icomoon-toolbar/Read Me.txt b/fonts/icomoon-toolbar/Read Me.txt old mode 100644 new mode 100755 index 9d2b9e5..cd97d24 --- a/fonts/icomoon-toolbar/Read Me.txt +++ b/fonts/icomoon-toolbar/Read Me.txt @@ -1,3 +1,5 @@ -To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file. +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. -See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face \ No newline at end of file +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection. diff --git a/fonts/icomoon-toolbar/demo-files/demo.css b/fonts/icomoon-toolbar/demo-files/demo.css new file mode 100755 index 0000000..e69ec60 --- /dev/null +++ b/fonts/icomoon-toolbar/demo-files/demo.css @@ -0,0 +1,157 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.clearfix { + zoom: 1; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.noLiga-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + padding-top: 24px; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} +.fs2 { + font-size: 32px; +} +.fs3 { + font-size: 28px; +} diff --git a/fonts/icomoon-toolbar/demo-files/demo.js b/fonts/icomoon-toolbar/demo-files/demo.js new file mode 100755 index 0000000..e72f449 --- /dev/null +++ b/fonts/icomoon-toolbar/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/fonts/icomoon-toolbar/demo.html b/fonts/icomoon-toolbar/demo.html new file mode 100755 index 0000000..306e020 --- /dev/null +++ b/fonts/icomoon-toolbar/demo.html @@ -0,0 +1,474 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: toolbar (Glyphs: 33)

+
+
+

Grid Size: 16

+
+
+ icon-thumbnails +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: Unknown

+
+
+ icon-uniF000 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-file +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-image +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-zoom-out +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-zoom-in +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-expand +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-expand2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-folder-open +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-folder +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-cog +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-menu +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-wrench +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-settings +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-loop +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-pin +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-first +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-last +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-left +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-right +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-left2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-right2 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-left3 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-arrow-right3 +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-previous +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-next +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-droplet +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-adjust +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-sun +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-remove-sign +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-remove +
+
+ + +
+
+ liga: + +
+
+
+
+ icon-copy +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 14

+
+
+ icon-th +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + \ No newline at end of file diff --git a/fonts/icomoon-toolbar/fonts/toolbar.dev.svg b/fonts/icomoon-toolbar/fonts/toolbar.dev.svg deleted file mode 100644 index 20962b3..0000000 --- a/fonts/icomoon-toolbar/fonts/toolbar.dev.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/icomoon-toolbar/fonts/toolbar.eot b/fonts/icomoon-toolbar/fonts/toolbar.eot old mode 100644 new mode 100755 index be978c4..8f084d7 Binary files a/fonts/icomoon-toolbar/fonts/toolbar.eot and b/fonts/icomoon-toolbar/fonts/toolbar.eot differ diff --git a/fonts/icomoon-toolbar/fonts/toolbar.svg b/fonts/icomoon-toolbar/fonts/toolbar.svg old mode 100644 new mode 100755 index 9fafa5c..99723be --- a/fonts/icomoon-toolbar/fonts/toolbar.svg +++ b/fonts/icomoon-toolbar/fonts/toolbar.svg @@ -1,110 +1,43 @@ - -This is a custom SVG font generated by IcoMoon. - - +Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/icomoon-toolbar/fonts/toolbar.ttf b/fonts/icomoon-toolbar/fonts/toolbar.ttf old mode 100644 new mode 100755 index 6bf7291..c6dc384 Binary files a/fonts/icomoon-toolbar/fonts/toolbar.ttf and b/fonts/icomoon-toolbar/fonts/toolbar.ttf differ diff --git a/fonts/icomoon-toolbar/fonts/toolbar.woff b/fonts/icomoon-toolbar/fonts/toolbar.woff old mode 100644 new mode 100755 index 2722452..3a6af43 Binary files a/fonts/icomoon-toolbar/fonts/toolbar.woff and b/fonts/icomoon-toolbar/fonts/toolbar.woff differ diff --git a/fonts/icomoon-toolbar/selection.json b/fonts/icomoon-toolbar/selection.json new file mode 100755 index 0000000..28d5db5 --- /dev/null +++ b/fonts/icomoon-toolbar/selection.json @@ -0,0 +1,796 @@ +{ + "IcoMoonType": "selection", + "icons": [ + { + "icon": { + "paths": [ + "M960 1024h-320q-27 0-45.5-18.5t-18.5-45.5v-320q0-27 18.5-45.5t45.5-18.5h320q26 0 45 18.5t19 45.5v320q0 27-19 45.5t-45 18.5zM896 736q0-13-9.5-22.5t-22.5-9.5h-128q-13 0-22.5 9.5t-9.5 22.5v128q0 13 9.5 22.5t22.5 9.5h128q13 0 22.5-9.5t9.5-22.5v-128zM960 448h-320q-27 0-45.5-19t-18.5-45v-320q0-27 18.5-45.5t45.5-18.5h320q26 0 45 18.5t19 45.5v320q0 26-19 45t-45 19zM896 160q0-13-9.5-22.5t-22.5-9.5h-128q-13 0-22.5 9.5t-9.5 22.5v128q0 13 9.5 22.5t22.5 9.5h128q13 0 22.5-9.5t9.5-22.5v-128zM384 1024h-320q-26 0-45-18.5t-19-45.5v-320q0-27 19-45.5t45-18.5h320q27 0 45.5 18.5t18.5 45.5v320q0 27-19 45.5t-45 18.5zM320 736q0-13-9.5-22.5t-22.5-9.5h-128q-13 0-22.5 9.5t-9.5 22.5v128q0 13 9.5 22.5t22.5 9.5h128q13 0 22.5-9.5t9.5-22.5v-128zM384 448h-320q-26 0-45-19t-19-45v-320q0-27 19-45.5t45-18.5h320q27 0 45.5 18.5t18.5 45.5v320q0 26-19 45t-45 19zM320 160q0-13-9.5-22.5t-22.5-9.5h-128q-13 0-22.5 9.5t-9.5 22.5v128q0 13 9.5 22.5t22.5 9.5h128q13 0 22.5-9.5t9.5-22.5v-128z" + ], + "tags": [ + "thumbnails" + ], + "grid": 16 + }, + "properties": { + "order": 1, + "id": 1508, + "prevSize": 32, + "code": 58880, + "name": "thumbnails", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M0 0l1024 1024h-1024z" + ], + "width": 0, + "defaultCode": 61440, + "grid": 0 + }, + "properties": { + "order": 2, + "id": 1, + "prevSize": 32, + "code": 61440, + "name": "uniF000", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M892.118 188.118l-120.234-120.237c-37.339-37.336-111.085-67.882-163.885-67.882h-448c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h704c52.8 0 96-43.2 96-96v-576c0-52.8-30.546-126.546-67.882-163.882zM640 135.562c2.197 0.805 4.451 1.68 6.758 2.635 18.059 7.482 30.598 16.176 34.616 20.194l120.237 120.238c4.018 4.018 12.712 16.554 20.194 34.614 0.955 2.306 1.832 4.562 2.635 6.757l-184.44-0v-184.438zM832 896h-640v-768h384v256h256v512z" + ], + "tags": [ + "file", + "paper", + "page", + "new", + "empty", + "blank", + "document" + ], + "defaultCode": 57344, + "grid": 0 + }, + "properties": { + "order": 3, + "id": 2, + "prevSize": 32, + "code": 57344, + "name": "file", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M896 192h-768v640h768v-640zM1024 64v0 896h-1024v-896h1024zM832 768h-640v-128l192-320 263 320 185-128v64zM640 352c0 53.019 42.981 96 96 96 53.019 0 96-42.981 96-96 0-53.019-42.981-96-96-96-53.019 0-96 42.981-96 96z" + ], + "tags": [ + "image", + "picture", + "photo", + "graphic" + ], + "defaultCode": 57345, + "grid": 0 + }, + "properties": { + "order": 4, + "id": 3, + "prevSize": 32, + "code": 57345, + "name": "image", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M992.262 871.395l-242.552-206.293c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.069 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.075 0-384 171.922-384 384 0 212.078 171.922 384 384 384 95.098 0 182.107-34.586 249.176-91.843-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.221 7.357s31.89-92.899-7.355-128.222zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM192 320h384v128h-384z" + ], + "tags": [ + "zoom out", + "smaller", + "scale", + "reduce" + ], + "defaultCode": 57346, + "grid": 0 + }, + "properties": { + "order": 5, + "id": 4, + "prevSize": 32, + "code": 57346, + "name": "zoom-out", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M992.262 871.395l-242.552-206.293c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.069 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.075 0-384 171.922-384 384 0 212.078 171.922 384 384 384 95.098 0 182.107-34.586 249.176-91.843-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.221 7.357s31.89-92.899-7.355-128.222zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z" + ], + "tags": [ + "zoom in", + "enlarge", + "scale" + ], + "defaultCode": 57347, + "grid": 0 + }, + "properties": { + "order": 6, + "id": 5, + "prevSize": 32, + "code": 57347, + "name": "zoom-in", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z" + ], + "tags": [ + "expand", + "enlarge", + "maximize", + "fullscreen" + ], + "defaultCode": 57348, + "grid": 0 + }, + "properties": { + "order": 7, + "id": 6, + "prevSize": 32, + "code": 57348, + "name": "expand", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M1024 0v384l-138.261-138.259-212 211.998-107.478-107.48 212-212-138.261-138.259zM245.741 138.259l211.998 212-107.48 107.48-212-211.998-138.259 138.259v-384h384zM885.739 778.261l138.261-138.261v384h-384l138.261-138.261-212-212 107.478-107.478zM457.739 673.739l-211.998 212 138.259 138.261h-384v-384l138.259 138.261 212-212z" + ], + "tags": [ + "expand", + "enlarge", + "maximize", + "fullscreen" + ], + "defaultCode": 57349, + "grid": 0 + }, + "properties": { + "order": 8, + "id": 7, + "prevSize": 32, + "code": 57349, + "name": "expand2", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z" + ], + "tags": [ + "folder-open", + "directory", + "category", + "browse" + ], + "defaultCode": 57350, + "grid": 0 + }, + "properties": { + "order": 9, + "id": 8, + "prevSize": 32, + "code": 57350, + "name": "folder-open", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M0 320h1024l-64 640h-896l-64-640zM928 192l32 64h-896l64-128h352l32 64h416z" + ], + "tags": [ + "folder", + "directory", + "category", + "browse" + ], + "defaultCode": 57351, + "grid": 0 + }, + "properties": { + "order": 10, + "id": 9, + "prevSize": 32, + "code": 57351, + "name": "folder", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.293c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.707-87.746-194.707-195.99l-201.259 0.002c0.266 33.41-8.074 67.282-25.958 98.251-53.725 93.056-173.155 124.702-266.862 70.758l-100.624 174.293c28.97 16.472 54.050 40.587 71.886 71.478 53.638 92.909 21.512 211.92-71.707 266.224l100.626 174.293c28.65-16.696 61.915-26.254 97.4-26.254 107.197 0 194.144 87.192 194.701 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.637-92.906 172.776-124.594 266.414-71.013l100.626-174.29c-28.782-16.469-53.694-40.499-71.435-71.23zM512 719.331c-114.507 0-207.336-92.824-207.336-207.334 0-114.507 92.826-207.334 207.336-207.334 114.507 0 207.331 92.826 207.331 207.334-0.002 114.51-92.824 207.334-207.331 207.334z" + ], + "tags": [ + "cog", + "preferences", + "settings", + "gear", + "generate", + "control", + "options" + ], + "defaultCode": 57352, + "grid": 0 + }, + "properties": { + "order": 11, + "id": 10, + "prevSize": 32, + "code": 57352, + "name": "cog", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z" + ], + "tags": [ + "menu", + "list", + "items", + "lines", + "options" + ], + "defaultCode": 57353, + "grid": 0 + }, + "properties": { + "order": 12, + "id": 11, + "prevSize": 32, + "code": 57353, + "name": "menu", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M1002.934 817.877l-460.552-394.76c21.448-40.299 33.618-86.283 33.618-135.117 0-159.058-128.942-288-288-288-29.094 0-57.173 4.333-83.646 12.354l166.39 166.39c24.89 24.89 24.89 65.621 0 90.51l-101.49 101.49c-24.89 24.89-65.621 24.89-90.51 0l-166.39-166.39c-8.021 26.475-12.354 54.552-12.354 83.646 0 159.058 128.942 288 288 288 48.834 0 94.818-12.17 135.117-33.619l394.76 460.552c22.909 26.725 62.016 28.226 86.904 3.338l101.493-101.493c24.886-24.888 23.384-63.994-3.339-86.901z" + ], + "tags": [ + "wrench", + "settings", + "control", + "tool", + "options", + "preferences", + "fix" + ], + "defaultCode": 57354, + "grid": 0 + }, + "properties": { + "order": 13, + "id": 12, + "prevSize": 32, + "code": 57354, + "name": "wrench", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M448 128v-16c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576zM256 256v-128h128v128h-128zM832 432c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-576v128h576v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h192v-128h-192v-16zM640 576v-128h128v128h-128zM448 752c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576v-16zM256 896v-128h128v128h-128z" + ], + "tags": [ + "settings", + "preferences", + "options" + ], + "defaultCode": 57355, + "grid": 0 + }, + "properties": { + "order": 14, + "id": 13, + "prevSize": 32, + "code": 57355, + "name": "settings", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M874.022 149.979c-92.653-92.654-220.637-149.979-362.022-149.979-219.488 0-406.69 138.128-479.498 332.189l119.875 44.954c54.605-145.546 195.006-249.142 359.622-249.142 106.040 0 202.021 43 271.506 112.494l-143.506 143.506h384v-384l-149.978 149.979zM512 896c-106.040 0-202.026-42.992-271.512-112.488l143.512-143.512h-384v384l149.994-149.994c92.646 92.662 220.619 149.994 362.006 149.994 219.49 0 406.693-138.128 479.501-332.189l-119.875-44.954c-54.606 145.546-195.008 249.142-359.626 249.142z" + ], + "tags": [ + "loop", + "repeat", + "reload", + "refresh", + "update", + "upgrade", + "synchronize", + "media control", + "arrows" + ], + "defaultCode": 57356, + "grid": 0 + }, + "properties": { + "order": 15, + "id": 14, + "prevSize": 32, + "code": 57356, + "name": "loop", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M1024 256c0-141.312-114.752-256-256-256-95.488 0-177.984 53.056-222.016 130.752 0-0.064 0.128-0.128 0.128-0.192-11.744-1.12-23.136-3.552-35.136-3.552-212.128 0-384 171.872-384 384 0 80.864 25.248 155.744 67.872 217.504l-194.848 295.488 297.248-193.984c61.12 40.992 134.624 64.992 213.76 64.992 212.128 0 384-171.872 384-384 0-11.072-2.24-21.44-3.264-32.256 78.496-43.744 132.256-126.56 132.256-222.752zM511.008 767.008c-141.248 0-256-114.752-256-256 0-141.184 114.752-256 256-256 0.384 0 0.736 0.128 0.992 0.128 0-0.256 0.128-0.448 0.128-0.64 0 0.512-0.128 0.992-0.128 1.504 0 22.24 3.744 43.36 8.992 63.936l-101.504 101.568c-49.984 49.984-49.984 131.008 0 180.992s131.008 49.984 180.992 0l100.512-100.512c21.12 5.76 43.008 9.76 65.888 9.888-0.512 140.864-115.008 255.136-255.872 255.136zM768 384c-70.496 0-128-57.44-128-128s57.504-128 128-128 128 57.44 128 128-57.504 128-128 128z" + ], + "tags": [ + "pin", + "location" + ], + "defaultCode": 57357, + "grid": 0 + }, + "properties": { + "order": 16, + "id": 15, + "prevSize": 32, + "code": 57357, + "name": "pin", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M383.232 512c0 13.21 13.414 22.63 13.414 22.63l372.48 233.933c27.597 18.074 50.074 4.762 50.074-29.44v-454.246c0-34.253-22.477-47.565-50.074-29.491l-372.48 233.984c0 0.051-13.414 9.421-13.414 22.63zM204.8 274.278v475.443c0 45.466 31.334 59.392 76.8 59.392s76.8-13.926 76.8-59.341v-475.494c0-45.517-31.334-59.443-76.8-59.443s-76.8 13.978-76.8 59.443z" + ], + "tags": [ + "first", + "start", + "media control" + ], + "defaultCode": 57358, + "grid": 0 + }, + "properties": { + "order": 17, + "id": 16, + "prevSize": 32, + "code": 57358, + "name": "first", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M627.354 489.37l-372.48-233.984c-27.546-18.022-50.074-4.762-50.074 29.542v454.195c0 34.304 22.528 47.514 50.074 29.491l372.48-233.933c0 0 13.466-9.472 13.466-22.63s-13.466-22.682-13.466-22.682zM742.4 214.835c-45.466 0-76.8 13.978-76.8 59.443v475.443c0 45.517 31.334 59.494 76.8 59.494s76.8-13.978 76.8-59.494v-475.443c0-45.466-31.334-59.443-76.8-59.443z" + ], + "tags": [ + "last", + "end", + "media control" + ], + "defaultCode": 57359, + "grid": 0 + }, + "properties": { + "order": 18, + "id": 17, + "prevSize": 32, + "code": 57359, + "name": "last", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M983.040 512c0-260.147-210.893-471.040-471.040-471.040s-471.040 210.893-471.040 471.040c0 260.198 210.893 471.091 471.040 471.091s471.040-210.944 471.040-471.091zM143.36 512c0-203.571 165.069-368.64 368.64-368.64s368.64 165.069 368.64 368.64c0 203.622-165.069 368.691-368.64 368.691s-368.64-165.069-368.64-368.691zM709.12 604.16v-184.32h-209.408v-115.2l-195.072 207.36 195.072 207.36v-115.2h209.408z" + ], + "tags": [ + "arrow-left", + "left", + "previous" + ], + "defaultCode": 57361, + "grid": 0 + }, + "properties": { + "order": 19, + "id": 18, + "prevSize": 32, + "code": 57361, + "name": "arrow-left", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M40.96 512c0 260.147 210.944 471.040 471.040 471.040 260.147 0 471.040-210.893 471.040-471.040 0-260.147-210.893-471.040-471.040-471.040-260.147 0-471.040 210.893-471.040 471.040zM880.64 512c0 203.571-165.069 368.64-368.64 368.64s-368.64-165.018-368.64-368.64c0-203.622 165.018-368.64 368.64-368.64s368.64 165.018 368.64 368.64zM314.88 419.84v184.32h209.408v115.2l195.072-207.36-195.072-207.36v115.2h-209.408z" + ], + "tags": [ + "arrow-right", + "right", + "next" + ], + "defaultCode": 57360, + "grid": 0 + }, + "properties": { + "order": 20, + "id": 19, + "prevSize": 32, + "code": 57360, + "name": "arrow-right", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M716.749 276.48l0.051 471.040-409.6-235.52z" + ], + "tags": [ + "arrow-left", + "left", + "triangle", + "previous" + ], + "defaultCode": 57362, + "grid": 0 + }, + "properties": { + "order": 21, + "id": 20, + "prevSize": 32, + "code": 57362, + "name": "arrow-left2", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M307.251 276.48l-0.051 471.040 409.6-235.52z" + ], + "tags": [ + "arrow-right", + "triangle", + "right", + "next" + ], + "defaultCode": 57363, + "grid": 0 + }, + "properties": { + "order": 22, + "id": 21, + "prevSize": 32, + "code": 57363, + "name": "arrow-right2", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M511.232 122.88v195.994l359.27-0.051v386.662h-359.27v195.635l-388.25-389.12z" + ], + "tags": [ + "arrow-left", + "left", + "previous" + ], + "defaultCode": 57364, + "grid": 0 + }, + "properties": { + "order": 23, + "id": 22, + "prevSize": 32, + "code": 57364, + "name": "arrow-left3", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M512.768 122.88v195.994l-359.27-0.051v386.662h359.27v195.635l388.25-389.12z" + ], + "tags": [ + "arrow-right", + "right", + "next" + ], + "defaultCode": 57365, + "grid": 0 + }, + "properties": { + "order": 24, + "id": 23, + "prevSize": 32, + "code": 57365, + "name": "arrow-right3", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M71.629 512c0 14.285 14.285 24.525 14.285 24.525l382.106 253.389c29.286 19.61 53.35 5.222 53.35-31.949v-491.981c0-37.171-24.064-51.507-53.35-32l-382.106 253.44c0.051 0.051-14.285 10.291-14.285 24.576zM536.32 512c0 14.285 14.285 24.525 14.285 24.525l368.794 253.389c29.338 19.61 53.35 5.222 53.35-31.949l-0-491.981c0-37.171-24.013-51.507-53.35-32l-368.794 253.44c0 0.051-14.285 10.291-14.285 24.576z" + ], + "tags": [ + "previous", + "media control" + ], + "defaultCode": 57366, + "grid": 0 + }, + "properties": { + "order": 25, + "id": 24, + "prevSize": 32, + "code": 57366, + "name": "previous", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M938.035 487.475l-382.054-253.44c-29.338-19.558-53.402-5.171-53.402 31.949v491.981c0 37.171 24.064 51.558 53.402 31.949l382.054-253.389c0 0 14.285-10.24 14.285-24.525s-14.285-24.525-14.285-24.525zM473.395 487.475l-368.845-253.491c-29.286-19.507-53.299-5.12-53.299 32v491.981c0 37.171 24.013 51.558 53.35 31.949l368.845-253.389c0 0 14.285-10.24 14.285-24.525s-14.336-24.525-14.336-24.525z" + ], + "tags": [ + "next", + "media control" + ], + "defaultCode": 57367, + "grid": 0 + }, + "properties": { + "order": 26, + "id": 25, + "prevSize": 32, + "code": 57367, + "name": "next", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M895.941 633.502c-0.011-0.706-0.030-1.402-0.042-2.106-0.032-1.427-0.070-2.854-0.118-4.28-10.030-315.648-383.781-627.117-383.781-627.117s-373.754 311.469-383.779 627.122c-0.043 1.43-0.088 2.851-0.12 4.282-0.014 0.704-0.030 1.402-0.042 2.106-0.035 2.16-0.056 4.323-0.056 6.496 0 2.368 0.029 4.722 0.070 7.078 0.005 0.195 0.006 0.39 0.014 0.586 4.075 208.533 174.394 376.331 383.912 376.331 209.515 0 379.832-167.798 383.918-376.336 0.005-0.195 0.008-0.392 0.010-0.586 0.042-2.355 0.072-4.714 0.072-7.078 0-2.173-0.024-4.336-0.059-6.498zM767.95 644.739l-0.008 0.406c-1.318 67.286-28.531 130.334-76.626 177.549-48.142 47.272-111.83 73.306-179.317 73.306-12.462 0-24.794-0.894-36.925-2.638 139.056-82.846 232.216-234.704 232.216-408.322 0-19.456-1.179-38.634-3.451-57.48 40.272 73.939 62.064 142.8 64.002 203.626l0.005 0.144c0.032 0.949 0.053 1.891 0.078 2.843l0.029 1.448c0.027 1.458 0.046 2.918 0.046 4.379 0 1.584-0.019 3.162-0.050 4.739z" + ], + "tags": [ + "droplet", + "colors", + "water" + ], + "defaultCode": 57370, + "grid": 0 + }, + "properties": { + "order": 27, + "id": 26, + "prevSize": 32, + "code": 57370, + "name": "droplet", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M438.4 73.142q119.429 0 220.286 58.858t159.714 159.714 58.858 220.286-58.858 220.286-159.714 159.714-220.286 58.858-220.286-58.858-159.714-159.714-58.858-220.286 58.858-220.286 159.714-159.714 220.286-58.858zM145.829 512q0 59.429 23.142 113.429t62.571 93.429 93.429 62.571 113.429 23.142v-585.142q-59.429 0-113.429 23.142t-93.429 62.571-62.571 93.429-23.142 113.429z" + ], + "width": 877, + "tags": [ + "adjust", + "contrast" + ], + "defaultCode": 61506, + "grid": 0 + }, + "properties": { + "order": 28, + "id": 27, + "prevSize": 32, + "code": 61506, + "name": "adjust", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M972.8 471.040c-9.318 0-40.909 0-50.176 0-28.262 0-51.2 18.33-51.2 40.96s22.938 40.96 51.2 40.96c9.318 0 40.909 0 50.176 0 28.314 0 51.2-18.33 51.2-40.96s-22.886-40.96-51.2-40.96zM512 230.4c-156.16 0-281.6 125.44-281.6 281.6 0 156.211 125.44 281.6 281.6 281.6 156.211 0 281.6-125.389 281.6-281.6 0-156.16-125.389-281.6-281.6-281.6zM512 716.8c-113.152 0-204.8-91.648-204.8-204.8 0-113.101 91.648-204.8 204.8-204.8s204.8 91.699 204.8 204.8c0 113.152-91.648 204.8-204.8 204.8zM152.525 512c0-22.63-21.862-40.96-50.125-40.96-9.472 0-41.779 0-51.2 0-28.262 0-51.2 18.33-51.2 40.96s22.938 40.96 51.2 40.96c9.421 0 41.728 0 51.2 0 28.262 0 50.125-18.33 50.125-40.96zM512 153.6c22.579 0 40.96-22.938 40.96-51.2 0-9.37 0-41.83 0-51.2 0-28.262-18.33-51.2-40.96-51.2s-40.96 22.938-40.96 51.2c0 9.37 0 41.83 0 51.2 0 28.262 18.381 51.2 40.96 51.2zM512 870.4c-22.579 0-40.96 22.938-40.96 51.2 0 9.37 0 41.83 0 51.2 0 28.314 18.33 51.2 40.96 51.2s40.96-22.886 40.96-51.2c0-9.37 0-41.83 0-51.2 0-28.262-18.381-51.2-40.96-51.2zM889.088 192.819c20.019-20.019 23.245-49.203 7.27-65.178s-45.158-12.749-65.126 7.27c-5.478 5.53-30.31 30.31-35.84 35.84-20.019 20.019-23.245 49.152-7.27 65.126s45.21 12.8 65.178-7.219c5.478-5.53 30.31-30.31 35.789-35.84zM170.701 795.341c-5.53 5.53-30.31 30.362-35.84 35.84-19.968 20.019-23.194 49.152-7.219 65.126 15.974 15.974 45.158 12.749 65.126-7.219 5.53-5.478 30.362-30.31 35.84-35.84 20.019-20.019 23.245-49.152 7.219-65.126s-45.158-12.698-65.126 7.219zM192.819 134.861c-20.019-19.968-49.152-23.245-65.178-7.219s-12.749 45.158 7.219 65.178c5.53 5.53 30.31 30.31 35.84 35.84 20.019 19.968 49.152 23.245 65.126 7.219s12.8-45.158-7.219-65.126c-5.478-5.53-30.259-30.362-35.789-35.891zM795.341 853.299c5.53 5.53 30.362 30.362 35.84 35.84 20.019 19.968 49.203 23.194 65.178 7.219 15.974-15.974 12.698-45.158-7.27-65.126-5.53-5.478-30.362-30.31-35.84-35.84-20.019-19.968-49.203-23.194-65.178-7.219s-12.646 45.107 7.27 65.126z" + ], + "tags": [ + "sun", + "brightness", + "lightness" + ], + "defaultCode": 57368, + "grid": 0 + }, + "properties": { + "order": 29, + "id": 28, + "prevSize": 32, + "code": 57368, + "name": "sun", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M656.114 641.142q0-14.858-10.858-25.714l-103.429-103.429 103.429-103.429q10.858-10.858 10.858-25.714 0-15.429-10.858-26.286l-51.429-51.429q-10.858-10.858-26.286-10.858-14.858 0-25.714 10.858l-103.429 103.429-103.429-103.429q-10.858-10.858-25.714-10.858-15.429 0-26.286 10.858l-51.429 51.429q-10.858 10.858-10.858 26.286 0 14.858 10.858 25.714l103.429 103.429-103.429 103.429q-10.858 10.858-10.858 25.714 0 15.429 10.858 26.286l51.429 51.429q10.858 10.858 26.286 10.858 14.858 0 25.714-10.858l103.429-103.429 103.429 103.429q10.858 10.858 25.714 10.858 15.429 0 26.286-10.858l51.429-51.429q10.858-10.858 10.858-26.286zM877.256 512q0 119.429-58.858 220.286t-159.714 159.714-220.286 58.858-220.286-58.858-159.714-159.714-58.858-220.286 58.858-220.286 159.714-159.714 220.286-58.858 220.286 58.858 159.714 159.714 58.858 220.286z" + ], + "width": 877, + "tags": [ + "remove-sign", + "cancel", + "remove", + "delete", + "close", + "sign" + ], + "defaultCode": 61527, + "grid": 0 + }, + "properties": { + "order": 30, + "id": 29, + "prevSize": 32, + "code": 61527, + "name": "remove-sign", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M741.027 755.429q0 22.858-16 38.858l-77.714 77.714q-16 16-38.858 16t-38.858-16l-168-168-168 168q-16 16-38.858 16t-38.858-16l-77.714-77.714q-16-16-16-38.858t16-38.858l168-168-168-168q-16-16-16-38.858t16-38.858l77.714-77.714q16-16 38.858-16t38.858 16l168 168 168-168q16-16 38.858-16t38.858 16l77.714 77.714q16 16 16 38.858t-16 38.858l-168 168 168 168q16 16 16 38.858z" + ], + "width": 803, + "tags": [ + "remove", + "cancel", + "close", + "delete", + "mutiply" + ], + "defaultCode": 61453, + "grid": 0 + }, + "properties": { + "order": 31, + "id": 30, + "prevSize": 32, + "code": 61453, + "name": "remove", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M832 256h-192v-64l-192-192h-448v768h384v256h640v-576l-192-192zM832 346.51l101.49 101.49h-101.49v-101.49zM448 90.51l101.49 101.49h-101.49v-101.49zM64 64h320v192h192v448h-512v-640zM960 960h-512v-192h192v-448h128v192h192v448z" + ], + "tags": [ + "copy", + "duplicate", + "files", + "pages", + "papers", + "documents" + ], + "defaultCode": 57399, + "grid": 0 + }, + "properties": { + "order": 32, + "id": 31, + "prevSize": 32, + "code": 57399, + "name": "copy", + "ligatures": "" + } + }, + { + "icon": { + "paths": [ + "M292.571 713.143v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM292.571 420.571v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM658.286 713.143v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM292.571 128v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM658.286 420.571v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM1024 713.143v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM658.286 128v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM1024 420.571v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857zM1024 128v109.714q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857z" + ], + "tags": [ + "th", + "grid" + ], + "grid": 14, + "defaultCode": 58881 + }, + "properties": { + "order": 33, + "id": 11, + "prevSize": 28, + "name": "th", + "ligatures": "", + "code": 58883 + } + } + ], + "height": 1024, + "metadata": { + "name": "toolbar" + }, + "preferences": { + "fontPref": { + "prefix": "icon-", + "metadata": { + "fontFamily": "toolbar" + }, + "showGlyphs": true, + "metrics": { + "emSize": 1024, + "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 + } +} \ No newline at end of file diff --git a/fonts/icomoon-toolbar/style.css b/fonts/icomoon-toolbar/style.css old mode 100644 new mode 100755 index fe4c57e..99a9886 --- a/fonts/icomoon-toolbar/style.css +++ b/fonts/icomoon-toolbar/style.css @@ -2,32 +2,14 @@ font-family: 'toolbar'; src:url('fonts/toolbar.eot'); src:url('fonts/toolbar.eot?#iefix') format('embedded-opentype'), - url('fonts/toolbar.woff') format('woff'), url('fonts/toolbar.ttf') format('truetype'), + url('fonts/toolbar.woff') format('woff'), url('fonts/toolbar.svg#toolbar') format('svg'); font-weight: normal; font-style: normal; } -/* Use the following CSS code if you want to use data attributes for inserting your icons */ -[data-icon]:before { - font-family: 'toolbar'; - content: attr(data-icon); - speak: none; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; -} - -/* Use the following CSS code if you want to have a class per icon */ -/* -Instead of a list of all class selectors, -you can use the generic selector below, but it's slower: -[class*="icon-"] { -*/ -.icon-file, .icon-image, .icon-zoom-out, .icon-zoom-in, .icon-expand, .icon-expand-2, .icon-folder-open, .icon-folder, .icon-cog, .icon-menu, .icon-wrench, .icon-settings, .icon-loop, .icon-pin, .icon-first, .icon-last, .icon-arrow-left, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-right-2, .icon-arrow-left-3, .icon-arrow-right-3, .icon-previous, .icon-next, .icon-droplet, .icon-adjust, .icon-sun, .icon-remove-sign, .icon-remove, .icon-copy { +[class^="icon-"], [class*=" icon-"] { font-family: 'toolbar'; speak: none; font-style: normal; @@ -35,7 +17,17 @@ you can use the generic selector below, but it's slower: font-variant: normal; text-transform: none; line-height: 1; + + /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-thumbnails:before { + content: "\e600"; +} +.icon-uniF000:before { + content: "\f000"; } .icon-file:before { content: "\e000"; @@ -52,7 +44,7 @@ you can use the generic selector below, but it's slower: .icon-expand:before { content: "\e004"; } -.icon-expand-2:before { +.icon-expand2:before { content: "\e005"; } .icon-folder-open:before { @@ -91,16 +83,16 @@ you can use the generic selector below, but it's slower: .icon-arrow-right:before { content: "\e010"; } -.icon-arrow-left-2:before { +.icon-arrow-left2:before { content: "\e012"; } -.icon-arrow-right-2:before { +.icon-arrow-right2:before { content: "\e013"; } -.icon-arrow-left-3:before { +.icon-arrow-left3:before { content: "\e014"; } -.icon-arrow-right-3:before { +.icon-arrow-right3:before { content: "\e015"; } .icon-previous:before { @@ -127,3 +119,6 @@ you can use the generic selector below, but it's slower: .icon-copy:before { content: "\e037"; } +.icon-th:before { + content: "\e603"; +} diff --git a/templates/toolbar.handlebars b/templates/toolbar.handlebars index 5f47a2b..fb1de1e 100644 --- a/templates/toolbar.handlebars +++ b/templates/toolbar.handlebars @@ -34,6 +34,9 @@ +
  • + +