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