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