http://www.onlinewebfonts.com download online font how to use?
#1 Add to the head section of web page.
//db.onlinewebfonts.com/c/14fd163268af20c1a814e0428531bb2c?family=Anamorphos e
#2 Using @import CSS directive, put the following line in add to your css file.
@import url(//db.onlinewebfonts.com/c/14fd163268af20c1a814e0428531bb2c?family=Anamorphos e);
#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!