Css to attach font from path
1 min read
@font-face { font-family: ‘NILKANTHNormal’; src: url(‘nilkanth-webfont.eot’); src: local(‘?’), url(‘nilkanth-webfont.woff’) format(‘woff’), url(‘nilkanth-webfont.ttf’) format(‘truetype’), url(‘nilkanth-webfont.svg#webfonth937w4SJ’) format(‘svg’); font-weight: normal; font-style: normal; }... Read More
