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