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