/*
* Copyright 2010-2011 WebRupee (http://webrupee.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at* 
* http://www.apache.org/licenses/LICENSE-2.0* 
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
FONT FACE RULE
=====================================================
@font-face {
font-family:<a-remote-font-name>; 
src:<source> [,<source>]; 
font-weight:<weight>; 
font-style:<style>;
}


NEED ALL THE FOLLOWING FILES FOR BEST SUPPORT POSSIBLE
=========================================================
.eot + .ttf /.otf + svg + woff
---------------------------------------------------------
Internet Explorer (all versions): EOT [Embedded OpenType] - Tool to convert TTF into an EOT format:	http://code.google.com/p/ttf2eot/
Safari (3.2+): TTF/OTF [TrueType Format/OpenType Format] - 	Tool to convert OTF into an TTF format:	http://fontforge.sourceforge.net/
iPhone (3.1): SVG [Scalable Vector Graphics] - SVG Converter:	http://xmlgraphics.apache.org/batik/tools/font-converter.html
Chrome (all versions): SVG [TTF/OTF]
Firefox (3.5+): TTF/OTF [.WOFF added 3.6]
Opera (10+): TTF/OTF
=========================================================
*/
/* F O N T   F A C E */
@font-face{font-family: 'WebRupee';src: url('/css/font/WebRupee.V2.0.eot');src: local('WebRupee'), url('/css/font/WebRupee.V2.0.ttf') format('truetype'),  url('/css/font/WebRupee.V2.0.woff') format('woff'), url('/css/font/WebRupee.V2.0.svg') format('svg'); font-weight:bold; font-style:normal;}
.WebRupee {font-family:'WebRupee';}
html>body .WebRupee {margin-right:2px;}
html>body .WebRupee {*margin-right:0;} 
/* C O N T E N T */
/*
TEST RESULTS
============================================================
Windows:	XP, Vista
-----------------------------------------------------------
Mozilla
4.0(beta)	Fine
3.5.0		Fine
Below this version, Rs. will come instead of rupees sign.


INTERNET EXPLORER
6.0			Fine
7.0			Fine
8.0			Fine
 

Chrome
8.0			Fine
7.0			Fine 
6.0			Fine
 

Opera
10.61		Fine
10.51		Fine
10.10		Fine


Safari
5.0			Fine


============================================================
Linux:		CentOS, Ubuntu 9.04
------------------------------------------------------------
CentOS
Mozilla 3.0		Rs. will come instead of rupees sign.


Ubuntu 9.04	
Mozilla 3.0.5	Rs. will come instead of rupees sign.
*/
