Results 1 to 6 of 6
  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How on earth do they do these fonts?

    Hi,

    Please can someone work out & explain how the fonts are done on this site? .... Ive been trying to work it out for ages & just cant fathom it.

    Welcome to Marie Catribs

    I havent got Steinem bold on my system, but it still seems to display ok ... HEEELLPPP.

    :icon_scared:

    Thanks v much

    Silas

  2. #2
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I’ve never heard of it before but there’s some kind of embedding going on, I found the following lines in the CSS:

    Code:
    @font-face {
      font-family: "Steinem Roman";
      src: url("fonts/Steinem/STEINEM_.eot");
      src: local("Steinem Roman"), local("Steinem"), url("fonts/Steinem/STEINEM_.woff") format("woff"), url("fonts/Steinem/STEINEM_.ttf") format("truetype"), url("fonts/Steinem/STEINEM_.svg#Steinem") format("svg"); }
    
    @font-face {
      font-family: "Steinem RomanItalic";
      src: url("fonts/Steinem/STEINEMI.eot");
      src: local("Steinem RomanItalic"), local("Steinem-Italic"), url("fonts/Steinem/STEINEMI.woff") format("woff"), url("fonts/Steinem/STEINEMI.ttf") format("truetype"), url("fonts/Steinem/STEINEMI.svg#Steinem-Italic") format("svg"); }
    
    @font-face {
      font-family: "Steinem Bold";
      src: url("fonts/Steinem/STEINEMB.eot");
      src: local("Steinem Bold"), local("Steinem-Bold"), url("fonts/Steinem/STEINEMB.woff") format("woff"), url("fonts/Steinem/STEINEMB.ttf") format("truetype"), url("fonts/Steinem/STEINEMB.svg#Steinem-Bold") format("svg"); }
    
    @font-face {
      font-family: "Steinem BoldItalic";
      src: url("fonts/Steinem/STEINBI_.eot");
      src: local("Steinem BoldItalic"), local("Steinem-BoldItalic"), url("fonts/Steinem/STEINBI_.woff") format("woff"), url("fonts/Steinem/STEINBI_.ttf") format("truetype"), url("fonts/Steinem/STEINBI_.svg#Steinem-BoldItalic") format("svg"); }
    If you do a search for embedding fonts in css there are a load of tutorials on it. Let me know how you get on!

  3. #3
    Senior Member sthomas's Avatar
    Join Date
    Sep 2010
    Location
    Tunbridge Wells, Kent
    Posts
    275
    Thanks
    0
    Thanked 0 Times in 0 Posts
    There are lots of font embedding options available for websites. The site in question uses the Font Face method @font-face

    Thanks
    Designmatic Ltd | Web Design | Web Development | Graphic Design
    Web Design Kent Graphic Design Kent | Like on Facebook | Follow on Twitter

  4. #4
    Junior Member
    Join Date
    Dec 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    how widely supported is @font-face?

    ie. which browsers support it?

  5. #5
    Senior Member sthomas's Avatar
    Join Date
    Sep 2010
    Location
    Tunbridge Wells, Kent
    Posts
    275
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Here's an article from .net Magazine which talk about web fonts and @font-face in more detail:

    The future of web fonts - .net magazine

    Cheers
    Designmatic Ltd | Web Design | Web Development | Graphic Design
    Web Design Kent Graphic Design Kent | Like on Facebook | Follow on Twitter

  6. #6
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by DarkCloud View Post
    how widely supported is @font-face?

    ie. which browsers support it?
    Here is the place to get all your CSS3 info; Compatibility Table – Fonts module - CSS3 . Info

Similar Threads

  1. Fonts that have 0 KB value
    By Lord Anchovy in forum Font Forum:
    Replies: 8
    Last Post: 03-16-2012, 12:31 PM
  2. Fonts
    By Tony Hardy in forum Website Coding & Programming Forum:
    Replies: 19
    Last Post: 11-22-2011, 04:40 PM
  3. Client disappears off face of Earth
    By tompop in forum General Business Forum:
    Replies: 13
    Last Post: 10-27-2011, 01:47 PM
  4. Replies: 3
    Last Post: 09-23-2011, 02:59 PM
  5. Decent printers that don't cost the earth
    By Rachel in forum Printing & Print Design Forum:
    Replies: 8
    Last Post: 04-16-2011, 12:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •