29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-02 18:13:43 +00:00

[4.0] contact icons (#34576)

The entire point of the _icomoon.scss file is to map fontawesome icons to the icons used in joomla 3 from icomoon

Somehow the wrong icons were used for icon-address and icon-vcard

You can see the original icomoon icons here https://docs.joomla.org/J3.x:Joomla_Standard_Icomoon_Fonts
This commit is contained in:
Brian Teeman 2021-06-27 11:22:44 +01:00 committed by GitHub
parent 5ff51df021
commit eae92589d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ $jicons-special: (
$jicons: (
add : $fa-var-plus,
address-book : $fa-var-address-book,
address : $fa-var-file-alt,
address : $fa-var-address-book,
align-justify : $fa-var-align-justify,
angle-double-left : $fa-var-angle-double-left,
angle-double-right : $fa-var-angle-double-right,
@ -442,7 +442,7 @@ $jicons: (
user : $fa-var-user,
users-cog : $fa-var-users-cog,
users : $fa-var-users,
vcard : $fa-var-file-alt,
vcard : $fa-var-address-card,
video-2 : $fa-var-play,
video : $fa-var-video,
wand : $fa-var-magic,