I am attempting to import Google Fonts into my project. Here is the code I have used:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic);
For various elements, I am applying different font-weight
properties - 300, 400, 600.
However, it seems that the fonts are not displaying correctly. Can anyone help me identify what I may have missed?