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