Add a custom Font in SharePoint
Add the following snippet into your style sheet (CSS).
@font-face {
font-family:Vanavil Avvayar;
font-weight: normal;
src: url(/_layouts/15/TEMPLATE/LAYOUTS/Fonts/Avvaiyar/avvaiyar.eot); }
where URL is your custom font path.
Use the online converter like http://convertfonts.com/ to convert your .ttf file to @font-face css use.
Note :Client machine should be a custom font installed(ie.avvaiyar.ttf installed ).
For more info please read : http://www.pcmag.com/article2/0,2817,1306847,00.asp
Comments
Post a Comment