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