Using Non-standards Fonts

Discussion in 'HTML & Website Design' started by Hades, Oct 6, 2008.

  1. #1
    Hey Guys,

    I was wondering, what do you guys think about using Engravers MT in a website design. Will coding it work and show up the same way?

    Regards,
    Nick
     
    Hades, Oct 6, 2008 IP
  2. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure just in your browser and whoever downloaded it :p . Problem is 2 things copyright issues and not all browsers can import fonts, some reading stuff here. Maybe sifr is your alternative.
     
    007c, Oct 6, 2008 IP
  3. fancysora

    fancysora Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Just do it! This is the same!
     
    fancysora, Oct 6, 2008 IP
  4. Hades

    Hades Well-Known Member

    Messages:
    1,873
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    150
    #4
    I actually just realised it was a paid font after posting this. Oh well, it's all good. I'll just use arial.

    Nop. A font won't show up unless the person viewing it has it in their font's folder.

    Regards,
    Nick
     
    Hades, Oct 6, 2008 IP
  5. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    As previously suggested, if you really want this font - research sifr.
     
    garrettheel, Oct 7, 2008 IP
  6. John Colin

    John Colin Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    use it it will show up, just insure you don't infarct anyone's copyrights
     
    John Colin, Oct 7, 2008 IP
  7. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Don't think so buddy. It would show up on the thread starters computer, yes, but remember that the end-user would have to have that font installed on their computer for it to show up. And chances are that 99.9% of them wouldn't have it installed. And those 99.9% don't get to see anything - making them leave your website, vowing never to return due to the horrible lack of text.
     
    garrettheel, Oct 7, 2008 IP
  8. Hades

    Hades Well-Known Member

    Messages:
    1,873
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    150
    #8
    Nah, Sifr wouldn't be an option, though thanks for suggesting it. I don't like to use javascript, and the whole site Im coding is designed with that one font, so I just replaced it with arial.

    It looks almost the same.

    Thanks Again,
    Nick
     
    Hades, Oct 7, 2008 IP
  9. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #9
    You can still specify the desired font face, then add in alternatives.
    
    body {
        font-family: "Engravers MT", arial, sans-serif;
        }
    Code (markup):
    If your visitor has your preferred font, he'll see that. If he doesn't, he'll see arial, or lacking that, his default sans-serif font.

    @ garrettheel: Not quite true. All browser have a default (user editable) font that is used when the author's declared font is not available. Please don't share your lack of understanding.

    cheers,

    gary
     
    kk5st, Oct 7, 2008 IP
  10. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #10
    I prefer to use standardised web fonts for better output!
     
    jezzz, Oct 7, 2008 IP
  11. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Actually, I was under the impression that it wouldn't render but seems as though I was wrong. My main point still remains relevant, though, that 99% of people wont have the font and it's stupid to specify it as the only one.

    No need to be a royal ass about it :)
     
    garrettheel, Oct 7, 2008 IP
  12. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #12
    That's all you needed to say. See On Not Reacting ….

    cheers,

    gary
     
    kk5st, Oct 7, 2008 IP