<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	@media screen {
@font-face {
  font-family: 'segoe UI';
  font-style: normal;
  font-weight: normal;
 	 src: url('SegoeUI.eot') format('eot'),/*--ie-- */
	 url('SegoeUI.woff') format('woff'),     /* firfox*/ 
	 url('SegoeUI.afm') format('afm'),     /* firfox*/ 
	 url('SegoeUI.ttf') format('truetype'), /* safari*/ 
	 url('SegoeUI.svg') format('svg');/* must for all*/
}
@font-face {
    font-family: "rupee_foradianregular";
    font-style: normal;
    font-weight: normal;
    src: url("rupee_foradian-webfont.eot?#iefix") format("embedded-opentype"),
	 url("rupee_foradian-webfont.woff") format("woff"), 
	 url("rupee_foradian-webfont.ttf") format("truetype"), 
	 url("rupee_foradian-webfont.svg#rupee_foradianregular") format("svg");
}
}

</pre></body></html>