<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ruble</title>
<style>
.rub {font-family: 'circe', sans-serif !important;font-weight: 500;}
.rub:before {content: "₽";}
.rub._bold {font-weight: bold;}</style>
</head>
<body>
<span class="rub"></span>
</body>
</html>