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