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

  • Home
  • SEARCH
  • 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 6766331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:49:03+00:00 2026-05-26T14:49:03+00:00

I am not using flash or php – and I have been asked to

  • 0

I am not using flash or php – and I have been asked to add a custom font to a simple HTML layout. “KG June Bug”

I have it downloaded locally – is there a simple CSS trick to accomplish this?

  • 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-05-26T14:49:04+00:00Added an answer on May 26, 2026 at 2:49 pm

    Yes, you can use the CSS feature named @font-face.
    It has only been officially approved in CSS3, but been proposed and implemented in CSS2 and has been supported in IE for quite a long time.

    You declare it in the CSS like this:

     @font-face { font-family: Delicious; src: url('Delicious-Roman.otf'); } 
     @font-face { font-family: Delicious; font-weight: bold; src: url('Delicious-Bold.otf');}
    

    Then, you can just reference it like the other standard fonts:

     h3 { font-family: Delicious, sans-serif; }
    

    So, in this case,

    <html>
       <head>
        <style>
          @font-face { font-family: JuneBug; src: url('JUNEBUG.TTF'); } 
          h1 {
             font-family: JuneBug
          }
        </style>
       </head>
       <body>
          <h1>Hey, June</h1>
       </body>
    </html>
    

    And you just need to put the JUNEBUG.TFF in the same location as the html file.

    I downloaded the font from the dafont.com website:

    http://www.dafont.com/junebug.font

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

Sidebar

Related Questions

I have been using Uploadify in my PHP application for the last couple months,
I have a game site developed using flash and php. The php code contains
Is there a way to display flash applications using Gnash renderer (I'm not averse
I am not using github. We have git setup on our machine. I created
I am using the following code to load my flash file, contact a php
I am using php and mysql. And my site is in flash (full flash
Is it possible to implement a p2p using just PHP? Without Flash or Java
I'm using this simple code to retrieve a value from a PHP script: package
I have an ActionScript project set up using the Flash Builder IDE. Using the
I have an AS2 Flash SWF that is calling another AS2 Flash File using

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.