Use on the webTotal Use [ 4593 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/03d417db7d68ad0d98c97ee8107f1ffa?family=Amanda+FREE" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/03d417db7d68ad0d98c97ee8107f1ffa?family=Amanda+FREE);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Amanda FREE";
src: url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.eot");
src: url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/03d417db7d68ad0d98c97ee8107f1ffa.svg#Amanda FREE")format("svg");
}
2CSS rules to specify fonts
font-family: "Amanda FREE";