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