Font Awesome icon usage statistics
Font Awesome information of
SALLING.DK in detail
- 11 types of Font Awesome iconic font are used and found 40 times in total.
- SALLING.DK used 3.6 Font Awesome classes per each class in average.
|
|
||||||||||||||||||||||||||||||||
|
|
- Font Awesome usage statistics of SALLING.DK are based on first landing page and within top 1M websites only. Click the font icon to see all websites using it.
- SALLING.DK includes "http://SALLING.DK/A.themes,,_default-bootstrap,,_css,,_global.css+themes,,_default-bootstrap,,_css,,_autoload,,_highdpi.css+themes,,_default-bootstrap,,_css,,_autoload,,_responsive-tables.css+themes,,_default-bootstrap,,_css,,_autoload,,_sweet-alert.css+themes,,_default-bootstrap,,_css,,_autoload,,_uniform.default.css+themes,,_default-bootstrap,,_css,,_product_list.css+themes,,_default-bootstrap,,_css,,_modules,,_blockcart,,_blockcart.css+themes,,_default-bootstrap,,_css,,_modules,,_blockcategories,,_blockcategories.css+js,,_jquery,,_plugins,,_autocomplete,,_jquery.autocomplete.css+themes,,_default-bootstrap,,_css,,_modules,,_blocksearch,,_blocksearch.css+themes,,_default-bootstrap,,_css,,_modules,,_blockviewed,,_blockviewed.css+themes,,_default-bootstrap,,_css,,_modules,,_homeslider,,_homeslider.css+modules,,_themeconfigurator,,_css,,_hooks.css+modules,,_themeconfigurator,,_css,,_theme6.css+modules,,_themeconfigurator,,_css,,_font1.css,Mcc.X7lrJ93dFk.css.pagespeed.cf.ldV_HMAZrb.css" to use Font Awesome and information from CSS is like below.
@font-face { font-family: 'FontAwesome'; src: url("themes/default-bootstrap/font/fontawesome-webfont.eot?v=3.2.1"); src: url("themes/default-bootstrap/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("themes/default-bootstrap/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("themes/default-bootstrap/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("themes/default-bootstrap/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg"); font-weight: normal; font-style: normal; }
Examples and source code
Various Font Awesome icon examples and source code using icon-caret-right which has been used mostly(23 times) by SALLING.DK
Inline Icons
icon-caret-right
Place Font Awesome icons just about anywhere with the <i>
tag.
<i class=" icon-caret-right"></i> icon-caret-right
Larger Icons
icon-caret-right
icon-caret-right
icon-caret-right
icon-caret-right
To increase icon sizes relative to their container, use the icon-large
(33% increase), icon-2x
,
icon-3x
, icon-4x
, or icon-5x
classes.
<p><i class=" icon-caret-right icon-large"></i> icon-caret-right</p>
<p><i class=" icon-caret-right icon-2x"></i> icon-caret-right</p>
<p><i class=" icon-caret-right icon-3x"></i> icon-caret-right</p>
<p><i class=" icon-caret-right icon-4x"></i> icon-caret-right</p>
List Icons
- Font Awesome icon can be used
- to easily replace lists
Use icon-ul
and icon-li
to easily replace default bullets in unordered lists.
<ul class="icon-ul">
<li><i class="icon-li icon-caret-right"></i>Font Awesome icon can be used</li>
<li><i class="icon-li icon-caret-right icon-spin"></i>to easily replace lists</li>
</ul>
Bordered & Pulled Icons
Use a few styles together and you'll have easy pull quotes or a great introductory article icon.
Use icon-border
and pull-right
or pull-left
for easy pull quotes or
article graphics.
<i class=" icon-caret-right icon-2x pull-left icon-border"></i>
Use a few styles together and you'll have easy pull quotes or a great introductory article icon.
Rotated & Flipped
normal
icon-rotate-90
icon-rotate-180
icon-rotate-270
icon-flip-horizontal
icon-flip-vertical
To arbitrarily rotate and flip icons, use the icon-rotate-*
and icon-flip-*
classes.
<i class=" icon-caret-right"></i> normal<br>
<i class=" icon-caret-right icon-rotate-90"></i> icon-rotate-90<br>
<i class=" icon-caret-right icon-rotate-180"></i> icon-rotate-180<br>
<i class=" icon-caret-right icon-rotate-270"></i> icon-rotate-270<br>
<i class=" icon-caret-right icon-flip-horizontal"></i> icon-flip-horizontal<br>
<i class=" icon-caret-right icon-flip-vertical"></i> icon-flip-vertical
Spinning Icons
Use the icon-spin
class to get any icon to rotate.
<i class=" icon-caret-right icon-2x icon-spin"></i>
<i class=" icon-caret-right icon-3x icon-spin"></i>
<i class=" icon-caret-right icon-4x icon-spin"></i>
CSS3 animations aren't supported in IE8 - IE9.
Stacked Icons
icon-caret-right on icon-circle
icon-caret-rightl on icon-sign-blank
icon-ban-circle on icon-caret-right
To stack multiple icons, use the icon-stack
class on the parent, the icon-light
for the regularly sized icon, and icon-stack-base
for the larger icon. icon-light
can be used as an alternative icon color. You can even throw larger icon classes on the parent
to get further control of sizing.
<span class="icon-stack">
<i class=" icon-check-empty icon-stack-base"></i>
<i class=" icon-caret-right "></i>
</span>
icon-caret-right on icon-check-empty<br>
<span class="icon-stack">
<i class=" icon-circle icon-stack-base"></i>
<i class=" icon-caret-right icon-light"></i>
</span>
icon-caret-right on icon-circle<br>
<span class="icon-stack">
<i class=" icon-sign-blank icon-stack-base"></i>
<i class=" icon-caret-right icon-light "></i>
</span>
icon-caret-right on icon-sign-blank<br>
<span class="icon-stack">
<i class=" icon-caret-right icon-light"></i>
<i class=" icon-ban-circle icon-stack-base text-error"></i>
</span>
icon-ban-circle on icon-caret-right