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