Use on the webTotal Use [ 5065 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/9b0b784a03cc16eb6ea64c081e88a33a?family=HancockParkLightLaser+Park+Light+Laser%3A11%2F21%2F88+2%3A27%3A34+PM" 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/9b0b784a03cc16eb6ea64c081e88a33a?family=HancockParkLightLaser+Park+Light+Laser%3A11%2F21%2F88+2%3A27%3A34+PM);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "HancockParkLightLaser Park Light Laser:11/21/88 2:27:34 PM";
src: url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.eot");
src: url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/9b0b784a03cc16eb6ea64c081e88a33a.svg#HancockParkLightLaser Park Light Laser:11/21/88 2:27:34 PM")format("svg");
}
2CSS rules to specify fonts
font-family: "HancockParkLightLaser Park Light Laser:11/21/88 2:27:34 PM";