Make another obvious change to your style like setting the background color to green. Just to make sure that the css-changes have reached your website.
After you made the change to the SASS (.scss) file, did you also compile the SASS into CSS using Calypso or another SASS compiler tool? That step is critical to making sure your theme changes are actually used by the application.
Firstly, I’d like to thank both of you for taking time out and answering my query.
I used Calypso and compiled the sass file too. The main.css has the following line too:
/@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
But still the font on the page is open sans. What am I missing? :(
(When I opened the link to main.css on page source it shows Open Sans which is why it still has not changed to Roboto)