Add football icon to performance icon selector

This commit is contained in:
Brian Miyaji
2017-10-24 22:57:41 +11:00
parent e6fc3f4e60
commit e49141ccce
2 changed files with 4 additions and 0 deletions

View File

@@ -175,6 +175,9 @@
.sp-icon-golfball:before {
content: "\e603";
}
.sp-icon-football:before {
content: "\e607";
}
.sp-icon-shoe:before {
content: "\e800";
}

View File

@@ -79,6 +79,7 @@ class SportsPress_Icons {
'baseball',
'basketball',
'cricketball',
'football',
'shoe',
'card',
) );