Sha256: a63c4927d59336792f1c92968615184cd5e5f08b8c6b8da1a87424c25cfd0325
Contents?: true
Size: 1.05 KB
Versions: 16
Compression:
Stored size: 1.05 KB
Contents
@charset "UTF-8"; // Open Sans @import url(#{$font-family-open-sans-import-path}); // Yu Gothic (for Windows) @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; } @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; } @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; } @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; } @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; } // Yu Mincho (for Windows) @font-face { font-family: "Yu Mincho"; src: local("Yu Mincho Medium"); font-weight: 100; } @font-face { font-family: "Yu Mincho"; src: local("Yu Mincho Medium"); font-weight: 200; } @font-face { font-family: "Yu Mincho"; src: local("Yu Mincho Medium"); font-weight: 300; } @font-face { font-family: "Yu Mincho"; src: local("Yu Mincho Medium"); font-weight: 400; } @font-face { font-family: "Yu Mincho"; src: local("Yu Mincho Bold"); font-weight: bold; }
Version data entries
16 entries across 4 versions & 1 rubygems