Google fonts font-weight of 100 is not working
问题 I have an android game that uses the Raleway font from google fonts, and in the game it looks nice. I want to use that font on the website as well, but the font doesn't display the same. In the game I use Raleway-Thin , and that is the same one I want to use on the website. The issue that I am having is that the thin font isn't as thin as in the game. @import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300); body{ font-family: 'Raleway', sans-serif; } h1