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