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