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