Skip to content

Commit

Permalink
Merge pull request #135 from jsheunis/fix-fonts
Browse files Browse the repository at this point in the history
BF: re-add menu icon, and more icons for future use
  • Loading branch information
jsheunis authored May 12, 2023
2 parents b58d970 + ee8f7fc commit 20265e0
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 1 deletion.
9 changes: 8 additions & 1 deletion theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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'; }
Expand All @@ -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 {
Expand Down
48 changes: 48 additions & 0 deletions theme/static/fonts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Binary file modified theme/static/fonts/fontello.woff
Binary file not shown.
Binary file modified theme/static/fonts/fontello.woff2
Binary file not shown.

0 comments on commit 20265e0

Please sign in to comment.