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