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