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