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