And yet again vkontakte

GK User
Sat Apr 18, 2015 9:10 am
On the Typography page i see that FontAwesome does include vkontakte icon (fa-vk),
Trying to add it to socials module here: https://yadi.sk/i/ODAw-0oFg5A9u
Looking into gk.stuff.css i see this:
Code: Select all
.gk-icon-fb:before {
  content: "b";
}
.gk-icon-gplus:before {
  content: "c";
}
.gk-icon-vimeo:before {
  content: "d";


But just can't come up with any idea on how to sample it into fa-vk icon. Could you help with the tip, please?
Thank you!
User avatar
Platinum Boarder

teitbite
Sat Apr 18, 2015 10:33 am
Hi

It is not fontawsome which we are using. It's our own icon font. You can add fontawsome by adding this to /layout/blocks/head.php

Code: Select all
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
User avatar
Moderator

GK User
Wed Apr 22, 2015 6:13 pm
teitbite wrote:Hi
It is not fontawsome which we are using. It's our own icon font. You can add fontawsome by adding this to /layout/blocks/head.php

Great! Thanks!
User avatar
Platinum Boarder


cron