Online Font Web How to use? (High)

1730 views 0 replies
Reply to Topic
SmithJohnson

Age: 2023
Total Posts: 1
Points: 10

Location:
,
Topic on Oct 25, 2015 07:51 PM
onlinewebfonts.com download online font how to use?
#1 Add to the head section of web page.
//db.onlinewebfonts.com/c/14fd163268af20c1a814e0428531bb2c?family=Anamorphose
#2 Using @import CSS directive, put the following line in add to your css file.
@import url(//db.onlinewebfonts.com/c/14fd163268af20c1a814e0428531bb2c?family=Anamorphose);
#3 Use font-face declaration Fonts. @font-face {font-family: "Anamorphose";
src: url("//db.onlinewebfonts.com/t/14fd163268af20c1a814e0428531bb2c.eot");
src: url("//db.onlinewebfonts.com/t/14fd163268af20c1a814e0428531bb2c.eot?#iefix") format("embedded-opentype"),
url("//db.onlinewebfonts.com/t/14fd163268af20c1a814e0428531bb2c.woff") format("woff"),
url("//db.onlinewebfonts.com/t/14fd163268af20c1a814e0428531bb2c.ttf") format("truetype"),
url("//db.onlinewebfonts.com/t/14fd163268af20c1a814e0428531bb2c.svg#Anamorphose") format("svg");
}
no effect!
Please help me!

Reply to Topic

Font'O'Day List

Please enter your email address receive a free font daily from Fonts101.com in your Email!