fix: appel font-face
This commit is contained in:
parent
c708543efc
commit
5ea982b90f
15 changed files with 53 additions and 20 deletions
6
css/fontello.css
vendored
6
css/fontello.css
vendored
|
@ -1,9 +1,3 @@
|
|||
@font-face {
|
||||
font-family: 'gamutable';
|
||||
src: url('../font/font/gamutable.woff2?15671513') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||
|
|
|
@ -1 +1 @@
|
|||
faa7b0fa82778db03c9d55e7dd483d4f
|
||||
20108ac4829c40395186ebfcf2eb5cae
|
|
@ -131,6 +131,18 @@
|
|||
"css": "sweden",
|
||||
"code": 62977,
|
||||
"src": "entypo"
|
||||
},
|
||||
{
|
||||
"uid": "486b835e9eebf54eee78ed12b4291b86",
|
||||
"css": "euro",
|
||||
"code": 61779,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "3ab2abf6f936d3e53ee8c184cedaed82",
|
||||
"css": "trash",
|
||||
"code": 59397,
|
||||
"src": "elusive"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
.gt-csv:before { content: '\e802'; } /* '' */
|
||||
.gt-refresh:before { content: '\e803'; } /* '' */
|
||||
.gt-check:before { content: '\e804'; } /* '' */
|
||||
.gt-trash:before { content: '\e805'; } /* '' */
|
||||
.gt-spin:before { content: '\e832'; } /* '' */
|
||||
.gt-excel-alt:before { content: '\eab0'; } /* '' */
|
||||
.gt-excel:before { content: '\eb2c'; } /* '' */
|
||||
|
@ -11,6 +12,7 @@
|
|||
.gt-filter:before { content: '\f0b0'; } /* '' */
|
||||
.gt-table:before { content: '\f0ce'; } /* '' */
|
||||
.gt-eraser:before { content: '\f12d'; } /* '' */
|
||||
.gt-euro:before { content: '\f153'; } /* '' */
|
||||
.gt-database:before { content: '\f1c0'; } /* '' */
|
||||
.gt-file-pdf:before { content: '\f1c1'; } /* '' */
|
||||
.gt-file-excel:before { content: '\f1c3'; } /* '' */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,7 @@
|
|||
.gt-csv { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-spin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-excel-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-excel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
@ -11,6 +12,7 @@
|
|||
.gt-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-eraser { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-euro { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-file-pdf { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-file-excel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
.gt-csv { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-spin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-excel-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-excel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
@ -22,6 +23,7 @@
|
|||
.gt-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-eraser { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-euro { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-file-pdf { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.gt-file-excel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'gamutable';
|
||||
src: url('../font/gamutable.eot?37153984');
|
||||
src: url('../font/gamutable.eot?37153984#iefix') format('embedded-opentype'),
|
||||
url('../font/gamutable.woff2?37153984') format('woff2'),
|
||||
url('../font/gamutable.woff?37153984') format('woff'),
|
||||
url('../font/gamutable.ttf?37153984') format('truetype'),
|
||||
url('../font/gamutable.svg?37153984#gamutable') format('svg');
|
||||
src: url('../font/gamutable.eot?97417374');
|
||||
src: url('../font/gamutable.eot?97417374#iefix') format('embedded-opentype'),
|
||||
url('../font/gamutable.woff2?97417374') format('woff2'),
|
||||
url('../font/gamutable.woff?97417374') format('woff'),
|
||||
url('../font/gamutable.ttf?97417374') format('truetype'),
|
||||
url('../font/gamutable.svg?97417374#gamutable') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'gamutable';
|
||||
src: url('../font/gamutable.svg?37153984#gamutable') format('svg');
|
||||
src: url('../font/gamutable.svg?97417374#gamutable') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -59,6 +59,7 @@
|
|||
.gt-csv:before { content: '\e802'; } /* '' */
|
||||
.gt-refresh:before { content: '\e803'; } /* '' */
|
||||
.gt-check:before { content: '\e804'; } /* '' */
|
||||
.gt-trash:before { content: '\e805'; } /* '' */
|
||||
.gt-spin:before { content: '\e832'; } /* '' */
|
||||
.gt-excel-alt:before { content: '\eab0'; } /* '' */
|
||||
.gt-excel:before { content: '\eb2c'; } /* '' */
|
||||
|
@ -66,6 +67,7 @@
|
|||
.gt-filter:before { content: '\f0b0'; } /* '' */
|
||||
.gt-table:before { content: '\f0ce'; } /* '' */
|
||||
.gt-eraser:before { content: '\f12d'; } /* '' */
|
||||
.gt-euro:before { content: '\f153'; } /* '' */
|
||||
.gt-database:before { content: '\f1c0'; } /* '' */
|
||||
.gt-file-pdf:before { content: '\f1c1'; } /* '' */
|
||||
.gt-file-excel:before { content: '\f1c3'; } /* '' */
|
||||
|
|
Binary file not shown.
|
@ -16,6 +16,8 @@
|
|||
|
||||
<glyph glyph-name="check" unicode="" d="M786 331v-177q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-6-5-13-5-1 0-5 1-13 3-25 3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v141q0 8 5 13l36 35q6 6 13 6 3 0 7-2 11-4 11-16z m129 273l-455-454q-13-14-31-14t-32 14l-240 240q-14 13-14 31t14 32l61 62q14 13 32 13t32-13l147-147 361 361q13 13 31 13t32-13l62-61q13-14 13-32t-13-32z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="trash" unicode="" d="M0 633l0 141 289 0 0 76 246 0 0-76 289 0 0-141-824 0z m43-783l0 676 738 0 0-676-738 0z" horiz-adv-x="824" />
|
||||
|
||||
<glyph glyph-name="spin" unicode="" d="M494 850c-266 0-483-210-494-472-1-19 13-20 13-20l84 0c16 0 19 10 19 18 10 199 176 358 378 358 107 0 205-45 273-118l-58-57c-11-12-11-27 5-31l247-50c21-5 46 11 37 44l-58 227c-2 9-16 22-29 13l-65-60c-89 91-214 148-352 148z m409-508c-16 0-19-10-19-18-10-199-176-358-377-358-108 0-205 45-274 118l59 57c10 12 10 27-5 31l-248 50c-21 5-46-11-37-44l58-227c2-9 16-22 30-13l64 60c89-91 214-148 353-148 265 0 482 210 493 473 1 18-13 19-13 19l-84 0z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="excel-alt" unicode="" d="M891 638q15-16 26-42t12-50l0-642q0-23-16-38t-38-16l-750 0q-22 0-38 16t-15 38l0 892q0 23 15 38t38 16l500 0q22 0 49-11t43-27z m-248 136l0-210 210 0q-6 17-13 23l-174 175q-7 7-23 12z m214-853l0 572-232 0q-22 0-38 16t-16 38l0 232-428 0 0-858 714 0z m-546 131l0-59 157 0 0 59-42 0 57 90q3 4 6 9t4 8 2 2l1 0q1-2 3-6 1-2 2-4t4-4 3-5l60-90-42 0 0-59 162 0 0 59-38 0-107 152 109 158 37 0 0 60-156 0 0-60 42 0-58-89q-2-4-5-9t-5-8l-1-1-2 0q0 2-2 5-4 6-10 13l-59 89 42 0 0 60-161 0 0-60 37 0 106-152-108-158-38 0z" horiz-adv-x="1000" />
|
||||
|
@ -30,6 +32,8 @@
|
|||
|
||||
<glyph glyph-name="eraser" unicode="" d="M500 64l188 215h-429l-188-215h429z m565 601q9-19 6-40t-17-36l-500-572q-22-24-54-24h-429q-21 0-38 11t-27 31q-8 19-5 40t17 36l500 572q21 24 53 24h429q21 0 39-11t26-31z" horiz-adv-x="1071.4" />
|
||||
|
||||
<glyph glyph-name="euro" unicode="" d="M545 121l19-89q2-7-1-13t-10-8l-3 0q-2-1-6-2t-9-3-12-3-14-3-16-2-19-3-21-2-21 0q-131 0-228 73t-133 196h-53q-7 0-13 5t-5 13v63q0 7 5 12t13 6h37q-1 31 0 58h-37q-8 0-13 5t-5 13v64q0 8 5 13t13 5h55q37 117 135 188t224 72q57 0 108-13 6-2 11-9 4-6 2-13l-24-89q-2-7-8-11t-13-1l-2 1q-3 0-7 1l-10 2t-12 2-15 2-16 1-16 1q-71 0-126-36t-84-98h261q9 0 14-7 6-7 4-15l-13-63q-3-15-18-15h-273q-1-20 0-58h257q8 0 13-7 5-7 4-15l-14-63q-1-6-6-10t-11-4h-216q27-65 84-104t127-38q10 0 20 1t19 2 16 2 14 3 10 3l7 1 3 2q7 2 14-2 7-3 9-11z" horiz-adv-x="571.4" />
|
||||
|
||||
<glyph glyph-name="database" unicode="" d="M429 421q132 0 247 24t181 71v-95q0-38-57-71t-157-52-214-19-215 19-156 52-58 71v95q66-47 181-71t248-24z m0-428q132 0 247 24t181 71v-95q0-39-57-72t-157-52-214-19-215 19-156 52-58 72v95q66-47 181-71t248-24z m0 214q132 0 247 24t181 71v-95q0-38-57-71t-157-52-214-20-215 20-156 52-58 71v95q66-47 181-71t248-24z m0 643q116 0 214-19t157-52 57-72v-71q0-39-57-72t-157-52-214-19-215 19-156 52-58 72v71q0 39 58 72t156 52 215 19z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="file-pdf" unicode="" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-287 331q18-14 47-31 33 4 65 4 82 0 99-27 9-13 1-29 0-1-1-1l-1-2v0q-3-21-39-21-27 0-64 11t-73 29q-123-13-219-46-85-146-135-146-8 0-15 4l-14 7q0 0-3 2-6 6-4 20 5 23 32 51t73 54q8 5 13-3 1-1 1-2 29 47 60 110 38 76 58 146-13 46-17 89t4 71q6 22 23 22h12q13 0 20-8 10-12 5-38-1-3-2-4 0-2 0-5v-17q-1-68-8-107 31-91 82-133z m-321-229q29 13 76 88-29-22-49-47t-27-41z m222 513q-9-23-2-73 1 4 4 24 0 2 4 24 1 3 3 5-1 0-1 1-1 1-1 2 0 12-7 20 0-1 0-1v-2z m-70-368q76 30 159 45-1 0-7 5t-9 8q-43 37-71 98-15-48-46-110-17-31-26-46z m361 9q-13 13-78 13 42-16 69-16 8 0 10 1 0 0-1 2z" horiz-adv-x="857.1" />
|
||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
font/police.css.html
Normal file
12
font/police.css.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
[(#SET{url,#CHEMIN{font/font/gamutable.woff2}|timestamp})]
|
||||
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: 'gamutable';
|
||||
src: url(#GET{url}) format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
[(#VAL{gamutable.js}|vite)]
|
||||
#INCLURE{fond=font/police.css}
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
|
|
Loading…
Add table
Reference in a new issue