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