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