Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8777489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:17:27+00:00 2026-06-13T19:17:27+00:00

I am new to web design and development and have been playing around with

  • 0

I am new to web design and development and have been playing around with different styling techniques. During the course of my research, I came across icon fonts. Though I have investigated a number of tutorials and videos, I have been unable to successfully make use of icon fonts despite many hours of effort.

To start, I went to a site that offers a large number of icon fonts, chose the ones I liked, generated them and finally downloaded them into a folder. But now that these icon fonts are in a folder, what should I do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:17:28+00:00Added an answer on June 13, 2026 at 7:17 pm

    Here is a step by step guide:

    Go to Font Squirrel and download the @font-face kit. Unzip it, rename it to ‘fonts’, and put it in the same directory as your html file.

    Use this as your html file:

    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="utf-8">
      <style>
        @font-face {
        font-family: 'ModernPictogramsNormal';
        src: url('fonts/modernpics-webfont.eot');
        src: url('fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
             url('fonts/modernpics-webfont.woff') format('woff'),
             url('fonts/modernpics-webfont.ttf') format('truetype'),
             url('fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
        font-weight: normal;
        font-style: normal;
        }
        li {
          list-style-type: none;
        }
        [data-icon]:before {
          font-family: 'ModernPictogramsNormal';
          content: attr(data-icon);
          speak: none;
          padding:0 5px;
        }
        </style>
    </head>
    <body>
      <ul>
        <li data-icon="^">RSS</li>
        <li data-icon="*">Star</li>
        <li data-icon=".">Shopping Cart</li>
      </ul>
    </body>
    </html>
    

    You should see this:

    Icon Font Example

    You’re rolling!

    In addition, to know what character to use, check out the Character Map on the Font Squirrel site.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I'm still fairly new to web page design and I've been messing around
So, I'm new to dynamic web design (my sites have been mostly static with
I'm new to web design/development; I have the following code to check if data
I'm pretty new to web design and have recently been working on an amatuer
I'm new to web design, especially backend design so I have a few questions
Im new to iPhone development. I come from web-development/design and what bothers me in
I'm new to programming, and my only area of expertise is web design/simple development
I'm new to web development and database design, and I'm kind of stumped as
I am new to web development. I have 1280*800 resolution in my system. When
I'm pretty new to the realm of web design, however, I've been having a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.