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