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