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