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