This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Google WebFont Mixinを読み込む | |
@import "web-fonts.scss"; | |
//Railwayの100の太さをGoogle Web Fontから読み込む | |
@include web-font('Railway', 100); | |
body{ | |
//これでWebFont"Railway"が使えるようになる | |
font-family: 'Railway'; | |
} |
NewerOlder