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