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