Skip to content

Commit 4b59d5f

Browse files
authored
Add GitHub icon to our font (matomo-org#18712)
* Add a github icon * Fix UI test
1 parent 4fea439 commit 4b59d5f

File tree

10 files changed

+12
-8
lines changed

10 files changed

+12
-8
lines changed

LEGALNOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ THIRD-PARTY CONTENT
283283
Link: https://design.google.com/icons/
284284
License: Apache License Version 2.0
285285

286-
Name: IcoMoon - Free icons ("icon-funnel", "icon-lab", "icon-archive", "icon-rocket", "icon-embed", "icon-page-performance") in plugins/Morpheus/fonts
286+
Name: IcoMoon - Free icons ("icon-funnel", "icon-lab", "icon-archive", "icon-rocket", "icon-embed", "icon-page-performance", "icon-github") in plugins/Morpheus/fonts
287287
Link: https://icomoon.io/#icons-icomoon
288288
License: GPL
289289

plugins/Morpheus/fonts/matomo.svg

Lines changed: 1 addition & 0 deletions
Loading

plugins/Morpheus/fonts/matomo.ttf

304 Bytes
Binary file not shown.

plugins/Morpheus/fonts/matomo.woff

304 Bytes
Binary file not shown.
172 Bytes
Binary file not shown.

plugins/Morpheus/fonts/selection.json

Lines changed: 1 addition & 2 deletions
Large diffs are not rendered by default.

plugins/Morpheus/stylesheets/base/icons.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
.icon-fullscreen:before {
128128
content: "\e61c";
129129
}
130+
.icon-github:before {
131+
content: "\eab0";
132+
}
130133
.icon-goal:before {
131134
content: "\e61d";
132135
}
@@ -399,4 +402,4 @@
399402
}
400403
.icon-new_releases:before {
401404
content: "\e902";
402-
}
405+
}

plugins/Morpheus/templates/demo.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@
720720
'finance',
721721
'folder',
722722
'folder-charts',
723+
'github',
723724
'open-source',
724725
'puzzle',
725726
'server',
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)