Skip to content

Instantly share code, notes, and snippets.

@HAKASHUN
Last active December 24, 2015 03:29
Show Gist options
  • Save HAKASHUN/6738135 to your computer and use it in GitHub Desktop.
Save HAKASHUN/6738135 to your computer and use it in GitHub Desktop.
web-fonts.scssの使い方
//Google WebFont Mixinを読み込む
@import "web-fonts.scss";
//Railwayの100の太さをGoogle Web Fontから読み込む
@include web-font('Railway', 100);
body{
//これでWebFont"Railway"が使えるようになる
font-family: 'Railway';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment