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