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