Page 1 of 2 12 LastLast
Results 1 to 16 of 23

Thread: website/fonts question

  1. #1
    Pseudo-Mad Scientist Whiternoise's Avatar
    Join Date
    Apr 2006
    Location
    Surrey
    Posts
    4,274
    Thanks
    166
    Thanked
    386 times in 233 posts
    • Whiternoise's system
      • Motherboard:
      • DFI LANPARTY JR P45-T2RS
      • CPU:
      • Q6600
      • Memory:
      • 8GB DDR2
      • Storage:
      • 5.6TB Total
      • Graphics card(s):
      • HD4780
      • PSU:
      • 425W Modu82+ Enermax
      • Case:
      • Silverstone TJ08b
      • Operating System:
      • Win7 64
      • Monitor(s):
      • Dell 23" IPS
      • Internet:
      • 1Gbps Fibre Line

    website/fonts question

    What's the easiest way to display fonts that the user doesn't have installed on their pc (or as the web designer, you're assuming that they don't have the font you want to put on the website)?

    Ie. i have a rather nice font that called Requiem, but it's a freeware thing and i doubt that many people have it installed. Will they be able to see it properly, or will the browser just default it back to Times New Roman or Arial? (CSS sort of thing).

    Is there a freeware script or something that will display fonts that are not installed?

  2. #2
    Senior Member
    Join Date
    Aug 2004
    Location
    W Yorkshire
    Posts
    5,691
    Thanks
    85
    Thanked
    15 times in 13 posts
    • XA04's system
      • Motherboard:
      • MSI X570-A Pro
      • CPU:
      • AMD Ryzen 5 3600
      • Memory:
      • Corsair 2x 8gb DDR 4 3200
      • Storage:
      • 1TB Serpent M.2 SSD & 4TB HDD
      • Graphics card(s):
      • Palit RTX 2060
      • PSU:
      • Antec Truepower 650W
      • Case:
      • Fractcal Meshify C
      • Operating System:
      • Windows 10
      • Monitor(s):
      • iiyama 34" Curved UWQHD
      • Internet:
      • Virgin 100mb Fibre
    Only way I know of doing it would be to do it as an image instead.

    I'm not sure if it would change the font automatically.. It will probably just change it to whatever the browser uses as the default font. If not it will come up as question marks or squares. Test it out maybe?

  3. #3
    Purple Member
    Join Date
    Aug 2004
    Location
    Nottingham
    Posts
    1,814
    Thanks
    22
    Thanked
    30 times in 23 posts
    • Tarffie's system
      • Motherboard:
      • Abit IP-35 Pro
      • CPU:
      • Q6600
      • Memory:
      • 2gb Crucial Ballistix Tracer DDR2 (PC2-8500C5)
      • Storage:
      • 250gb + 500gb
      • Graphics card(s):
      • 8800GT 512mb w/ Accelero S1
      • PSU:
      • Corsair HX620
      • Case:
      • Antec P182
      • Operating System:
      • Windows 7
      • Monitor(s):
      • Dell 2408wfp & 2405fpw
      • Internet:
      • Virgin Media 50Mb/s
    You can embed them. Not sure what the method is since I've always stuck to the standard fonts for text so have a Google search link http://www.google.co.uk/search?q=web+font+embedding

  4. #4
    Civilian Nick F's Avatar
    Join Date
    May 2004
    Location
    London
    Posts
    4,668
    Thanks
    9
    Thanked
    18 times in 10 posts
    • Nick F's system
      • CPU:
      • 2.4Ghz C2D
      • Memory:
      • 4GB
      • Storage:
      • 320Gb internal / 750Gb external
      • Case:
      • Apple iMac
      • Operating System:
      • Mac OSx
      • Monitor(s):
      • 24inch
      • Internet:
      • 8mb BE connection
    I always thought that if you use a font that a user doesn't have installed it reverts to the basic system font?

  5. #5
    Purple Member
    Join Date
    Aug 2004
    Location
    Nottingham
    Posts
    1,814
    Thanks
    22
    Thanked
    30 times in 23 posts
    • Tarffie's system
      • Motherboard:
      • Abit IP-35 Pro
      • CPU:
      • Q6600
      • Memory:
      • 2gb Crucial Ballistix Tracer DDR2 (PC2-8500C5)
      • Storage:
      • 250gb + 500gb
      • Graphics card(s):
      • 8800GT 512mb w/ Accelero S1
      • PSU:
      • Corsair HX620
      • Case:
      • Antec P182
      • Operating System:
      • Windows 7
      • Monitor(s):
      • Dell 2408wfp & 2405fpw
      • Internet:
      • Virgin Media 50Mb/s
    Looking at the search results I'm not sure if it still works tbh, a lot of that information is from the early 2000s and a few mention Windows 95/98.

  6. #6
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    No, in your CSS definition you can decide which font to use, and it will revert to another font. For example

    body
    {
    font: 1.0em "YourFont", "Arial", "Lucida Sans Unicode", "Times New Roman";
    }

    This way, it'll check for "YourFont", if it's not there it will go to "Arial" and if that's not there (some unix systems perhaps) it will go to "Lucida Sans Unicode" and so forth.

  7. #7
    Don't feed the trolls... tiggerai's Avatar
    Join Date
    Aug 2003
    Location
    Milk & Beans
    Posts
    9,286
    Thanks
    271
    Thanked
    480 times in 313 posts
    • tiggerai's system
      • Motherboard:
      • Gigabyte MA770T-UD3P
      • CPU:
      • AMD PhenomII 955BE
      • Memory:
      • 4Gb Corsair XMS DDR3
      • Storage:
      • Lots
      • Graphics card(s):
      • Sapphire X1950XT
      • PSU:
      • Hiper Type-R 550w
      • Case:
      • Antec lovely black thing
      • Operating System:
      • Windows 7
      • Monitor(s):
      • 2x 20" widescreen
      • Internet:
      • Pipexpants
    ^ wot he said.

  8. #8
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    As for having a custom font on your website, yes, it is possible. There are a few websites around which dynamically produce images of each individual character in that character set. Of course it requires some clever coding to convert characters into images, and you need each font to be stored as some sort of resizable image (best bet would be SVG if the client supports it).

    So in short, yes it is doable across all systems.

  9. #9
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    630
    Thanked
    965 times in 816 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    did web fonts stored on the server and downloaded when needed not take off then?

    I remember this appeared at the tail end of when i was doing web design, never needed to use it though.

  10. #10
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    Quote Originally Posted by Funkstar View Post
    did web fonts stored on the server and downloaded when needed not take off then?
    Engrish?

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by Kezzer View Post
    As for having a custom font on your website, yes, it is possible. There are a few websites around which dynamically produce images of each individual character in that character set. Of course it requires some clever coding to convert characters into images, and you need each font to be stored as some sort of resizable image (best bet would be SVG if the client supports it).

    So in short, yes it is doable across all systems.
    and costs a bomb in added bandwidth

  12. #12
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    Quote Originally Posted by directhex View Post
    and costs a bomb in added bandwidth
    Yeh but remember it's going to be the same image used throughout the entire alphabet, and if a letter is only around 10 colours then that's a tiny download. The additional bandwidth wouldn't actually be a great deal considering file sizes. However, it would require an additional amount of execution on the server-side, but this is where page caching is handy, because then you'd just have a saved page with image tags embedded. It introduces a heck of a lot of complexity to a seemingly simple output.

  13. #13
    Pseudo-Mad Scientist Whiternoise's Avatar
    Join Date
    Apr 2006
    Location
    Surrey
    Posts
    4,274
    Thanks
    166
    Thanked
    386 times in 233 posts
    • Whiternoise's system
      • Motherboard:
      • DFI LANPARTY JR P45-T2RS
      • CPU:
      • Q6600
      • Memory:
      • 8GB DDR2
      • Storage:
      • 5.6TB Total
      • Graphics card(s):
      • HD4780
      • PSU:
      • 425W Modu82+ Enermax
      • Case:
      • Silverstone TJ08b
      • Operating System:
      • Win7 64
      • Monitor(s):
      • Dell 23" IPS
      • Internet:
      • 1Gbps Fibre Line
    Yeah, at the moment i'm just using the CSS "priority" method, which works fine - just means it looks much better on my own pc , i might just put up a link or something for people to download if they can be bothered..

    Thanks for the google link it's another of those annoying "yes i have searched for it" but unless you know exactly what you want to do in their terms it's impossible to find anything

  14. #14
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    630
    Thanked
    965 times in 816 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    Quote Originally Posted by Kezzer View Post
    Engrish?
    Sorry

    There is/was a way to have specific fonts sitting on your server and referenced through CSS. I think they were a particular type of font file that was a lot smaller than a regular TTF file. Coud have just been compressed, not sure.

    This might have been IE only, but I'm pretty sure it was submitted as a standard to the relevant bodies.

    There is of course license issues in distributing fonts, also you would need to either locate or produce the fints in this new format.

  15. #15
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    PHP could probably pull fonts out of a font file and render them as a graphic as opposed to true-type fonts.

  16. #16
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    if your site doesn't work with the styles turn off, then it's broken

    exact fonts should be the LAST thing you worry about

    is your site accessible? does it work with screen-readers, colorblind users, and so on?

    if not, go back to the drawing board

    fonts as images? badness

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Personal Question game.....
    By Kitty in forum General Discussion
    Replies: 394
    Last Post: 29-01-2006, 11:50 AM
  2. Replies: 6
    Last Post: 21-10-2005, 08:50 AM
  3. Quick Question: PSU's with 1x120mm fan question
    By philyau in forum PC Hardware and Components
    Replies: 10
    Last Post: 05-09-2005, 02:30 PM
  4. The 78th Annual Hexus Quiz!
    By Stewart in forum General Discussion
    Replies: 19
    Last Post: 23-01-2005, 02:05 PM
  5. What is Question Time
    By Saracen in forum Question Time
    Replies: 0
    Last Post: 12-08-2003, 05:50 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
  •