Hi I have an requirement to display Rupess sign but since most of the system won't support rupess font so i have gone through google font API and got css but don't know how to display Rupess symbol with google supported css . simply how to to display Rupess symbol with Google font css supportted . Thanks
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Hind" type="text/css" rel="stylesheet">
</head>
<body>
<span id="rupess">Rs.</span>
</body></html>