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