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