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