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