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