Use on the webTotal Use [ 6880 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/4f56ba1af6e38557dcf761745b9b55cb?family=Amfiby" 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/4f56ba1af6e38557dcf761745b9b55cb?family=Amfiby);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Amfiby";
src: url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.eot");
src: url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/4f56ba1af6e38557dcf761745b9b55cb.svg#Amfiby")format("svg");
}
2CSS rules to specify fonts
font-family: "Amfiby";