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