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