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