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