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