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