I wanted to add typefaces in my ionic 3 Project but I'm not sure how to add the fonts?
I tried calling import'typeface-lobster'; in my app component but gives me the following error:
Module parse failed: Unexpected character '@' (2:0) You may need an appropriate loader to handle this file type.
Hi guys
I wanted to add typefaces in my ionic 3 Project but I'm not sure how to add the fonts? I tried calling
import
'typeface-lobster';
in my app component but gives me the following error:Module parse failed: Unexpected character '@' (2:0) You may need an appropriate loader to handle this file type.