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