From: jloup Date: Tue, 22 May 2018 11:35:03 +0000 (+0200) Subject: Update static assets. X-Git-Tag: v0.0.20~1 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git;a=commitdiff_plain;h=71e5314813f4b156809397a58304d43a47cf8357 Update static assets. --- diff --git a/cmd/web/Makefile b/cmd/web/Makefile index 8b7d860..330a55a 100644 --- a/cmd/web/Makefile +++ b/cmd/web/Makefile @@ -100,7 +100,7 @@ fontello-open: exit 128 ; \ fi curl --silent --show-error --fail --output .fontello \ - --form "config=@fontello_config.json" \ + --form "config=@static/fontello_config.json" \ ${FONTELLO_HOST} x-www-browser ${FONTELLO_HOST}/`cat .fontello` @@ -122,9 +122,10 @@ fontello-save: rm -rf .fontello.src .fontello.zip cp ${FONTELLO_TMP_DIR}/font/* static/fonts/ cp ${FONTELLO_TMP_DIR}/css/fontello-codes.css static/fontello.css + cp ${FONTELLO_TMP_DIR}/config.json static/fontello_config.json rm -rf ${FONTELLO_TMP_DIR} crypto-icons: ; $(value fetch-bitonics-icons) -.ONESHELL: \ No newline at end of file +.ONESHELL: diff --git a/cmd/web/static/fontello.css b/cmd/web/static/fontello.css index ae38241..2cccfc1 100644 --- a/cmd/web/static/fontello.css +++ b/cmd/web/static/fontello.css @@ -1,5 +1,13 @@ -.icon-cancel:before { content: '\e800'; } /* '' */ +.icon-ok-circled:before { content: '\e800'; } /* '' */ +.icon-cancel-circled:before { content: '\e801'; } /* '' */ .icon-key:before { content: '\e802'; } /* '' */ .icon-user:before { content: '\e803'; } /* '' */ -.icon-ok:before { content: '\e804'; } /* '' */ \ No newline at end of file +.icon-loop:before { content: '\e804'; } /* '' */ +.icon-clock:before { content: '\e805'; } /* '' */ +.icon-dot-3:before { content: '\e806'; } /* '' */ +.icon-right:before { content: '\e807'; } /* '' */ +.icon-calendar:before { content: '\e808'; } /* '' */ +.icon-back-in-time:before { content: '\e809'; } /* '' */ +.icon-ok:before { content: '\e80a'; } /* '' */ +.icon-dot-circled:before { content: '\f192'; } /* '' */ \ No newline at end of file diff --git a/cmd/web/static/fontello_config.json b/cmd/web/static/fontello_config.json new file mode 100644 index 0000000..c8f6bc4 --- /dev/null +++ b/cmd/web/static/fontello_config.json @@ -0,0 +1,82 @@ +{ + "name": "", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "43ab845088317bd348dee1d975700c48", + "css": "ok-circled", + "code": 59392, + "src": "fontawesome" + }, + { + "uid": "0f4cae16f34ae243a6144c18a003f2d8", + "css": "cancel-circled", + "code": 59393, + "src": "fontawesome" + }, + { + "uid": "f2aa28a2548ed3d2be718d087b65ee21", + "css": "key", + "code": 59394, + "src": "fontawesome" + }, + { + "uid": "8b80d36d4ef43889db10bc1f0dc9a862", + "css": "user", + "code": 59395, + "src": "fontawesome" + }, + { + "uid": "em9mdmyhjwd003ndercv4r08h0ai31tl", + "css": "loop", + "code": 59396, + "src": "typicons" + }, + { + "uid": "81bb68665e8e595505272a746db07c7a", + "css": "dot-circled", + "code": 61842, + "src": "fontawesome" + }, + { + "uid": "d10920db2e79c997c5e783279291970c", + "css": "dot-3", + "code": 59398, + "src": "entypo" + }, + { + "uid": "4oaz56fmzfvx7vry2o540n9l4z79fz8t", + "css": "right", + "code": 59399, + "src": "typicons" + }, + { + "uid": "b99d736cef489a3150ba8aac7c4e8403", + "css": "clock", + "code": 59397, + "src": "iconic" + }, + { + "uid": "c833c98d78cfebed5780cfaaa302a12b", + "css": "calendar", + "code": 59400, + "src": "iconic" + }, + { + "uid": "89eb512cb82a1c3fe83cb16134f9876c", + "css": "back-in-time", + "code": 59401, + "src": "entypo" + }, + { + "uid": "b90d80c250a9bbdd6cd3fe00e6351710", + "css": "ok", + "code": 59402, + "src": "iconic" + } + ] +} \ No newline at end of file diff --git a/cmd/web/static/fonts/fontello.eot b/cmd/web/static/fonts/fontello.eot index f9547a0..eb71b87 100644 Binary files a/cmd/web/static/fonts/fontello.eot and b/cmd/web/static/fonts/fontello.eot differ diff --git a/cmd/web/static/fonts/fontello.svg b/cmd/web/static/fonts/fontello.svg index 195ae3c..b76a468 100644 --- a/cmd/web/static/fonts/fontello.svg +++ b/cmd/web/static/fonts/fontello.svg @@ -6,13 +6,29 @@ - + + + - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/cmd/web/static/fonts/fontello.ttf b/cmd/web/static/fonts/fontello.ttf index d319347..a3a3419 100644 Binary files a/cmd/web/static/fonts/fontello.ttf and b/cmd/web/static/fonts/fontello.ttf differ diff --git a/cmd/web/static/fonts/fontello.woff b/cmd/web/static/fonts/fontello.woff index dfdb9fc..c84ae99 100644 Binary files a/cmd/web/static/fonts/fontello.woff and b/cmd/web/static/fonts/fontello.woff differ diff --git a/cmd/web/static/fonts/fontello.woff2 b/cmd/web/static/fonts/fontello.woff2 index 6f98bfc..fbdbcaa 100644 Binary files a/cmd/web/static/fonts/fontello.woff2 and b/cmd/web/static/fonts/fontello.woff2 differ