| 
                                                                            
                                                                                sansugoi_sayounara-hotmail
                                                                            - 
                                                                                5/11/2012 9:00:28 AM
                                                                            
                                                                         
                                                                        Regarding the font type.. 
                                                                            Hi all,
 
 
 I want to know how to add external fonts in my css. I have written the following in css:
 
 @font-face {
 font-family: 'MyriadProCondensed';
 src: url('~/App_Themes/style_css1/Globe_New/myriadpro-cond-webfont.eot');
 src: url('~/App_Themes/style_css1/Globe_New/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
 url('~/App_Themes/style_css1/Globe_New/myriadpro-cond-webfont.woff') format('woff'),
 url('~/App_Themes/style_css1/Globe_New/myriadpro-cond-webfont.ttf') format('truetype'),
 url('~/App_Themes/style_css1/Globe_New/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
 font-weight: normal;
 font-style: normal;
 
 }
 
 and add the font files in ~/App_Themes/style_css1/Globe_New/ folder, is it correct, if not then please guide me as this is very very urgent..
 
 Thanks
 Sansugoi
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |