diff --git a/theme/static/css/style.css b/theme/static/css/style.css index cfc040ad..c29627b3 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -65,6 +65,10 @@ .icon-home:before { content: '\e800'; } .icon-mail:before { content: '\e801'; } .icon-mastodon:before { content: '\e802'; } +.icon-help-circled:before { content: '\e803'; } +.icon-chat:before { content: '\e804'; } +.icon-comment:before { content: '\e805'; } +.icon-info-circled:before { content: '\e806'; } .icon-users:before { content: '\e807'; } .icon-ok:before { content: '\e80a'; } .icon-cog:before { content: '\e80c'; } @@ -75,19 +79,22 @@ .icon-twitter:before { content: '\f099'; } .icon-github:before { content: '\f09b'; } .icon-docs:before { content: '\f0c5'; } +.icon-menu:before { content: '\f0c9'; } +.icon-comment-empty:before { content: '\f0e5'; } .icon-chat-empty:before { content: '\f0e6'; } .icon-download-cloud:before { content: '\f0ed'; } .icon-doc-text:before { content: '\f0f6'; } .icon-laptop:before { content: '\f109'; } .icon-quote-left:before { content: '\f10d'; } .icon-code:before { content: '\f121'; } +.icon-help:before { content: '\f128'; } +.icon-info:before { content: '\f129'; } .icon-rocket:before { content: '\f135'; } .icon-youtube-play:before { content: '\f16a'; } .icon-apple:before { content: '\f179'; } .icon-windows:before { content: '\f17a'; } .icon-linux:before { content: '\f17c'; } .icon-file-code:before { content: '\f1c9'; } -.icon-menu:before { content: '\f0c9'; } a { diff --git a/theme/static/fonts/config.json b/theme/static/fonts/config.json index 1945e33b..4b11c6d3 100644 --- a/theme/static/fonts/config.json +++ b/theme/static/fonts/config.json @@ -163,6 +163,54 @@ "search": [ "mastodon" ] + }, + { + "uid": "559647a6f430b3aeadbecd67194451dd", + "css": "menu", + "code": 61641, + "src": "fontawesome" + }, + { + "uid": "ce3cf091d6ebd004dd0b52d24074e6e3", + "css": "help", + "code": 61736, + "src": "fontawesome" + }, + { + "uid": "17ebadd1e3f274ff0205601eef7b9cc4", + "css": "help-circled", + "code": 59395, + "src": "fontawesome" + }, + { + "uid": "9c1376672bb4f1ed616fdd78a23667e9", + "css": "comment-empty", + "code": 61669, + "src": "fontawesome" + }, + { + "uid": "dcedf50ab1ede3283d7a6c70e2fe32f3", + "css": "chat", + "code": 59396, + "src": "fontawesome" + }, + { + "uid": "85528017f1e6053b2253785c31047f44", + "css": "comment", + "code": 59397, + "src": "fontawesome" + }, + { + "uid": "3d4ea8a78dc34efe891f3a0f3d961274", + "css": "info", + "code": 61737, + "src": "fontawesome" + }, + { + "uid": "e82cedfa1d5f15b00c5a81c9bd731ea2", + "css": "info-circled", + "code": 59398, + "src": "fontawesome" } ] } \ No newline at end of file diff --git a/theme/static/fonts/fontello.woff b/theme/static/fonts/fontello.woff index 238924e4..019f8e66 100644 Binary files a/theme/static/fonts/fontello.woff and b/theme/static/fonts/fontello.woff differ diff --git a/theme/static/fonts/fontello.woff2 b/theme/static/fonts/fontello.woff2 index 6b4d824e..95138709 100644 Binary files a/theme/static/fonts/fontello.woff2 and b/theme/static/fonts/fontello.woff2 differ