## Roboto Sass

[Roboto Sass](https://github.com/hussain2y2/roboto-sass) is basically used for Google Roboto fonts.

### Installation

1. Via yarn `yarn add roboto-sass`
2. Via npm `npm i roboto-sass`

### Usage
Import the robobo sass file inside your desired sass file e.g

```css
@import "~roboto-sass/scss/roboto";
```
**Note:** If you want to use condensed or slab version, replace `roboto` with `roboto-condensed` or `roboto-slab`.