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