How to use google font with ionic app

I want to use below font with my ionic app. I tried searching on the forum but there are no clear steps on which files i need to change.

http://fonts.googleapis.com/css?family=Lato:400,700

simply import your font on scss/ionic.app.scss

@impor url("http://fonts.googleapis.com/css?family=Lato:400,700");

Then you can change the ionic scss or write your style in that file