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