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