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