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