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