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