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