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