Sha256: 4c490b05e17a284237c72feaf7d0d756d723bcfc9186f379a78e71e7f993ba59
Contents?: true
Size: 453 Bytes
Versions: 175
Compression:
Stored size: 453 Bytes
Contents
// ヒラギノ丸を使うときに使う @import url(//fonts.googleapis.com/css?family=Varela+Round) =varela-round($fw: 400, $ls: 0, $fs: null, $tx-rendering: true) // $fw: フォントの太さ, $ls: 字間, $fs: フォントスタイル font-family: 'Varela Round', sans-serif font-weight: $fw @if not $ls == 0 letter-spacing: $ls @if (not $fs == null) font-style: italic @if $tx-rendering text-rendering: optimizelegibility
Version data entries
175 entries across 175 versions & 3 rubygems