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