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