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