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