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