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