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