Best option: Just go to https://fonts.google.com/ Add font by clicking + Go to selected font > Embed > @IMPORT > copy url and paste in your .css file above body tag. It’s done. Second Option: <link rel=”stylesheet” href=”//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en” /> Third Option Looks like this one not a recommended. Place @import at the very first line of the Read More