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