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