Skip to content

Commit

Permalink
Update zopetelle font to use zmi-icon prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed May 17, 2018
1 parent 7bea92d commit e90e29e
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 124 deletions.
2 changes: 1 addition & 1 deletion src/zmi/styles/resources/zopetello/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zopetello",
"css_prefix_text": "icon-",
"css_prefix_text": "zmi-icon-",
"css_use_suffix": false,
"hinting": true,
"units_per_em": 1000,
Expand Down
32 changes: 16 additions & 16 deletions src/zmi/styles/resources/zopetello/css/zopetello-codes.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

.icon-file:before { content: '\e800'; } /* '' */
.icon-numbers:before { content: '\e801'; } /* '' */
.icon-tree:before { content: '\e802'; } /* '' */
.icon-folder2:before { content: '\e803'; } /* '' */
.icon-folder:before { content: '\e804'; } /* '' */
.icon-book:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-info:before { content: '\e807'; } /* '' */
.icon-python:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-doc:before { content: '\f0f6'; } /* '' */
.icon-broken:before { content: '\f188'; } /* '' */
.icon-image:before { content: '\f1c5'; } /* '' */
.icon-markup:before { content: '\f1c9'; } /* '' */
.icon-monster:before { content: '\f23c'; } /* '' */
.icon-user:before { content: '\f2ba'; } /* '' */
.zmi-icon-file:before { content: '\e800'; } /* '' */
.zmi-icon-numbers:before { content: '\e801'; } /* '' */
.zmi-icon-tree:before { content: '\e802'; } /* '' */
.zmi-icon-folder2:before { content: '\e803'; } /* '' */
.zmi-icon-folder:before { content: '\e804'; } /* '' */
.zmi-icon-book:before { content: '\e805'; } /* '' */
.zmi-icon-search:before { content: '\e806'; } /* '' */
.zmi-icon-info:before { content: '\e807'; } /* '' */
.zmi-icon-python:before { content: '\e808'; } /* '' */
.zmi-icon-mail:before { content: '\e809'; } /* '' */
.zmi-icon-doc:before { content: '\f0f6'; } /* '' */
.zmi-icon-broken:before { content: '\f188'; } /* '' */
.zmi-icon-image:before { content: '\f1c5'; } /* '' */
.zmi-icon-markup:before { content: '\f1c9'; } /* '' */
.zmi-icon-monster:before { content: '\f23c'; } /* '' */
.zmi-icon-user:before { content: '\f2ba'; } /* '' */
46 changes: 23 additions & 23 deletions src/zmi/styles/resources/zopetello/css/zopetello-embedded.css

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions src/zmi/styles/resources/zopetello/css/zopetello-ie7-codes.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

.icon-file { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-numbers { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tree { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-folder2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-python { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-broken { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-markup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-monster { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-file { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-numbers { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-tree { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-folder2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-python { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-broken { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-markup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-monster { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34 changes: 17 additions & 17 deletions src/zmi/styles/resources/zopetello/css/zopetello-ie7.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[class^="icon-"], [class*=" icon-"] {
[class^="zmi-icon-"], [class*=" zmi-icon-"] {
font-family: 'zopetello';
font-style: normal;
font-weight: normal;
Expand All @@ -10,19 +10,19 @@
/* font-size: 120%; */
}

.icon-file { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-numbers { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tree { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-folder2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-python { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-broken { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-markup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-monster { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-file { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-numbers { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-tree { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-folder2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-python { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-broken { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-markup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-monster { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zmi-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48 changes: 24 additions & 24 deletions src/zmi/styles/resources/zopetello/css/zopetello.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'zopetello';
src: url('../font/zopetello.eot?35248070');
src: url('../font/zopetello.eot?35248070#iefix') format('embedded-opentype'),
url('../font/zopetello.woff2?35248070') format('woff2'),
url('../font/zopetello.woff?35248070') format('woff'),
url('../font/zopetello.ttf?35248070') format('truetype'),
url('../font/zopetello.svg?35248070#zopetello') format('svg');
src: url('../font/zopetello.eot?63240935');
src: url('../font/zopetello.eot?63240935#iefix') format('embedded-opentype'),
url('../font/zopetello.woff2?63240935') format('woff2'),
url('../font/zopetello.woff?63240935') format('woff'),
url('../font/zopetello.ttf?63240935') format('truetype'),
url('../font/zopetello.svg?63240935#zopetello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -15,12 +15,12 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'zopetello';
src: url('../font/zopetello.svg?35248070#zopetello') format('svg');
src: url('../font/zopetello.svg?63240935#zopetello') format('svg');
}
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
[class^="zmi-icon-"]:before, [class*=" zmi-icon-"]:before {
font-family: "zopetello";
font-style: normal;
font-weight: normal;
Expand Down Expand Up @@ -55,19 +55,19 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-file:before { content: '\e800'; } /* '' */
.icon-numbers:before { content: '\e801'; } /* '' */
.icon-tree:before { content: '\e802'; } /* '' */
.icon-folder2:before { content: '\e803'; } /* '' */
.icon-folder:before { content: '\e804'; } /* '' */
.icon-book:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-info:before { content: '\e807'; } /* '' */
.icon-python:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-doc:before { content: '\f0f6'; } /* '' */
.icon-broken:before { content: '\f188'; } /* '' */
.icon-image:before { content: '\f1c5'; } /* '' */
.icon-markup:before { content: '\f1c9'; } /* '' */
.icon-monster:before { content: '\f23c'; } /* '' */
.icon-user:before { content: '\f2ba'; } /* '' */
.zmi-icon-file:before { content: '\e800'; } /* '' */
.zmi-icon-numbers:before { content: '\e801'; } /* '' */
.zmi-icon-tree:before { content: '\e802'; } /* '' */
.zmi-icon-folder2:before { content: '\e803'; } /* '' */
.zmi-icon-folder:before { content: '\e804'; } /* '' */
.zmi-icon-book:before { content: '\e805'; } /* '' */
.zmi-icon-search:before { content: '\e806'; } /* '' */
.zmi-icon-info:before { content: '\e807'; } /* '' */
.zmi-icon-python:before { content: '\e808'; } /* '' */
.zmi-icon-mail:before { content: '\e809'; } /* '' */
.zmi-icon-doc:before { content: '\f0f6'; } /* '' */
.zmi-icon-broken:before { content: '\f188'; } /* '' */
.zmi-icon-image:before { content: '\f1c5'; } /* '' */
.zmi-icon-markup:before { content: '\f1c9'; } /* '' */
.zmi-icon-monster:before { content: '\f23c'; } /* '' */
.zmi-icon-user:before { content: '\f2ba'; } /* '' */

0 comments on commit e90e29e

Please sign in to comment.