July 5, 201214 yr Hey all how do i implement a font that the client has provided , such as a custom "DIN Schrift" font, firstly do i use font face? and secondly, how do i implement the font , it doesnt appear correctly when I code it with CSS as it does on the PSD, as the font family is DIN Schrift, but the font weight instead of having bold , normal, italic etc, it has "1451 Engshrift" , so how do i get 1451 Engshrift to be its style in CSS?
July 5, 201214 yr You could try using the font generator here http://www.fontsquirrel.com/fontface I've never used it but I think you have to import the font into fontsquirrel and it gives you a kit, then use @fontface code for your website using this tutorial:- http://www.miltonbayer.com/font-face/ assuming that you have the right to use the font.
July 5, 201214 yr Author Ah yeah, that would get it working online on most browsers for sure, but still dont know how to implement the "1451 Engshrift" style though! it appears quite different without that style added! thanks for ur help tho!
Create an account or sign in to comment