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