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