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