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