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