Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to use font-face to load fonts already installed on my PC

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244070
    manishbjain
    Participant

    How do I load fonts that I already have installed on my PC into my web app using font-face ? What url should I give as the source and what when I have to load all the fonts installed n my PC (or a users PC) and use the fonts randomly and not any specific font for my content.

    #244072
    finalfantasy1st
    Participant

    go to “C:\Windows\Fonts” and pick up your font and upload it to your website. that’s all!

    #244081
    manishbjain
    Participant

    Apologise, with my PC I meant PC of the user who is using it. I would want to load the font from the users PC and show the text in the app using that font / fonts .

    #244138
    AsGYakimov
    Participant

    Just type font-family: NameOfTheFont, FallbackFont; and if the user has the first font, it will be loaded, otherwise the fallback font will be used.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.