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