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