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