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