Roboto should already be defined by Ionic, so there is no need to add it yourself. If looking at your app on iOS, it will not use it (by design).
If you want to universally change the font you can define these SASS variables:
$font-family-md-base: “Roboto”;
$font-family-ios-base: “Roboto”;
This is a good thread to read about this: