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