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