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