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