Rare
  • Introduction
  • HTML
    • Introduction
    • Html Structure
      • Header
      • Left Side Menu
      • Main Content
    • Main Content
      • Buttons
      • Fonts
      • Lock Screens
      • Maps
      • Modals
      • Plugins Used
      • Progress Bars
    • Css Files
    • Java Script Used
    • Scss
    • Fonts Used
    • Images used
    • Starts New page
      • Centered Logo
      • Compact Menu
      • Default
      • Horizontal
      • Light Side Bar
      • Mmenu
  • Rare Builder
    • Layouts
      • Default
      • Centered Logo
      • Compact Menu
      • Fixed Menu
      • Fixed Header
      • Horizontal
      • Icon Horizontal
      • Dark
      • Full Width
      • Header Style
      • Fixed Footer
      • Mmenu
      • Light Sidebar
    • Macros
      • Layouts
      • Breadcrumb
    • Partials
      • Headers
        • Header
        • Centered Logo Header
      • Heads
        • Head
      • Breadcrumbs
        • Breadcrumb 1
        • Breadcrumb 2
        • Breadcrumb 3
        • Breadcrumb 4
        • Breadcrumb 5
        • Breadcrumb Default
      • Ends
        • End
      • Menus
        • Default
        • Horizontal
        • Icon Horizontal
        • Compact
        • Mmenu
      • Footer
        • Footer
        • Fixed Footer
      • Messages
      • Notifications
      • User Profile
    • Add Builder
    • Commands
    • New Page
  • FAQ
    • Change Left Menu Content
    • Setting Layout As Default
    • Change Breadcrumb
    • Change Colors In scss
Powered by GitBook
On this page

Was this helpful?

  1. HTML
  2. Main Content

Fonts

PreviousButtonsNextLock Screens

Last updated 5 years ago

Was this helpful?

There are five different types of icons used in this theme. They are presented in different pages, in each page we have a search box on the right side to search for the particular icon. with the click on an icon you will get a pop up that has a code, you can copy the code to use that icon.

1) Font Awesome Icons :

These icons are present in the page of the template.It has the following Structure:

<a href="#">
  <i class="fa fa-phone"></i>
</a>

Icons Size - determines the size of icons, can take such values: fa-lg, fa-2x, fa-3x, fa-4x and fa-5x

<a href="#">
  <i class="fa fa-phone fa-lg"></i>
</a>

Stacked icons - It stacks the multiple icons. we can also control the size of the icons using the parameters : fa-stack-1x fa-stack-2x.

<span class="fa-stack fa-lg">
 <i class="fa fa-circle fa-stack-2x text-info"></i>
   <i class="fa fa-home fa-stack-2x fa-inverse"></i>
</span>

2) Ion Icons

These icons are present in the page of the template.

It has the following Structure:

<a href="#">
  <i class="ion-ionic"></i>
</a>

We can import our desired icon just by replacing ion ionicin the above code with the icon we want.

3) Simple Line Icons

<a href="#">
  <i class="icon-user"></i>
</a>

We can import our desired icon just by replacing icon-userin the above code with the icon we want.

4) Themify Icons

<a href="#">
  <i class="ti-arrow-up"></i>
</a>

We can import our desired icon just by replacing ti-arrow-up in the above code with the icon we want.

5) Vaadin Icons

<div class="col-sm-6 col-lg-4 col-xl-3 col-12 m-t-30 fa_icon text-center" id="icon-e682">
           <span class="font_text">
                 <i class="icon"></i>
           </span>abacus(e682)
</div>

We can import our desired icon just by changing the id in the above code.

These icons are present in the page of the template.It has the following Structure:

These icons are present in the page of the template.It has the following Structure:

These icons are present in the page of the template.It has the following Structure:

fontawesome_icons.html
ion_icons.html
simple_line_icons.html
themify_icons.html
vaadin_icons.html