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