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