Raleway font digit rendering issue

Raleway digits are vertically misaligned.

by Shishir Morshed

HTML

<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900" rel="stylesheet">
<div>
505 Yishun Industrial Park A, 
PBA Building, Singapore 768733
</div>
<br>
<div>Tel: +65 6576 6766 Fax: +65 6576 6765</div>

CSS

* { font-family: Raleway; font-size: 30px;}