Keyword

ICON FONTS fontello

  • alekshavan
  • alekshavan's Avatar Topic Author
  • Offline
  • New Member
More
9 years 4 months ago #140030 by alekshavan
ICON FONTS fontello was created by alekshavan
Please tell me how to write code in an article for ICON FONTS fontello which supports template Takai? Thanks.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 4 months ago - 9 years 4 months ago #140031 by Krikor Boghossian
Replied by Krikor Boghossian on topic ICON FONTS fontello
Hello,
<i class="icon icon-CLASS"></i>

The class depending on the icon you can get it from fontello's website or you can open the template's style.css and see the classes. An example would be icon-right-open or icon-users.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • alekshavan
  • alekshavan's Avatar Topic Author
  • Offline
  • New Member
More
9 years 4 months ago - 9 years 4 months ago #140032 by alekshavan
Replied by alekshavan on topic ICON FONTS fontello

Krikor Boghossian wrote: Hello,

<i class="icon icon-CLASS"></i>

The class depending on the icon you can get it from fontello's website or you can open the template's style.css and see the classes. An example would be icon-right-open or icon-users.


Thanks. I just can not figure out exactly what to write, what code and class icons? What exactly is "klass- icons" probyval different versions of the file template.css, but neither of which never happened. I'm just not professional. I am self-taught.
Please write a specific example where a written code sample output with a specific class icon.
  How it should look?
Please write a concrete example, with specific class icons.
I can not understand. exactly what to write?
Here's an example of what I see in the file template.css,
.icon-picture:before { content: '\e80e'; }

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 4 months ago #140033 by Krikor Boghossian
Replied by Krikor Boghossian on topic ICON FONTS fontello
<i class="icon icon-picture"></i>

Paste this code in your WYISWYG editor. Make sure you paste it in the HTML view.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • alekshavan
  • alekshavan's Avatar Topic Author
  • Offline
  • New Member
More
9 years 4 months ago #140034 by alekshavan
Replied by alekshavan on topic ICON FONTS fontello
thanks it works

Please Log in or Create an account to join the conversation.

  • alekshavan
  • alekshavan's Avatar Topic Author
  • Offline
  • New Member
More
9 years 4 months ago #140035 by alekshavan
Replied by alekshavan on topic ICON FONTS fontello
I have another question. How the code is governed by the size of the icons?
Please write code example. Thanks!

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 4 months ago #140036 by Krikor Boghossian
Replied by Krikor Boghossian on topic ICON FONTS fontello
The size of the container governs the size of the icon font.
You can pass new font sizes manually with the style attribute eg:
<i class="icon icon-picture" style="font-size: 40px;"></i>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • alekshavan
  • alekshavan's Avatar Topic Author
  • Offline
  • New Member
More
9 years 4 months ago #140037 by alekshavan
Replied by alekshavan on topic ICON FONTS fontello
Thank you, and I'm just like that probyval register code. not working :)
Log in  or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 4 months ago #140038 by Krikor Boghossian
Replied by Krikor Boghossian on topic ICON FONTS fontello
You forgot the style="... part.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.