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

Version Path
oulu-0.12.21 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.20 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.19 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.18 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.17 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.16 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.15 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.14 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.13 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.12 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.11 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.10 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.9 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.8 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.7 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.6 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.5 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.4 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.3 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.2 app/assets/stylesheets/modules/web-fonts/_varela-round.sass