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.1 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.12.0 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.10 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.9 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.8 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.7 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.6 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.5 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.4 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.3 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.2 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.1 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.11.0 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.10.1 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-1.0.0.beta1 app/assets/stylesheets/modules/web-fonts/_varela-round.sass
oulu-0.9.11 app/assets/stylesheets/options/web-fonts/_varela-round.sass
oulu-0.9.10 app/assets/stylesheets/options/web-fonts/_varela-round.sass
oulu-0.9.9 app/assets/stylesheets/options/web-fonts/_varela-round.sass
oulu-0.9.8 app/assets/stylesheets/options/web-fonts/_varela-round.sass
oulu-0.9.7 app/assets/stylesheets/options/web-fonts/_varela-round.sass