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