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