Google Fonts in Ionic 2
问题 I am trying to use Google Fonts in Ionic 2. After researching Stackoverflow & Ionic Forum, I have imported the font & included the base in the variables.scss as follows @import url('https://fonts.googleapis.com/css?family=Lato'); $font-family-base: "Lato"; $font-family-md-base: "Lato"; $font-family-ios-base: "Lato"; $font-family-wp-base: "Lato"; Obviously, this is not rendering the font. What am I doing wrong or what else needs to be done? 回答1: In case this helps anybody, I needed to get a