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