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