Have you tried using double quotes instead of single quotes?
Aug 29, 2020
6
Level 1
Problem with google fonts
Hello, I'm having a problem with importing google fonts in app.scss
here is my import line from google fonts:
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Changa:wght@200;400;800&family=Nunito:wght@200;400;800&display=swap');
the compiled css file is break after the semicolon ';'
here is my compiled css
@import url(https://fonts.googleapis.com/css2?family=Amiri:wght@400;
700&family=Changa:wght@200;400;800&family=Nunito:wght@200;400;800&display=swap);@charset "UTF-8";
thanks
Please or to participate in this conversation.