Sha256: aea1c46f02c266c08b28d54124a31ac2c7ac1fcb77540a79910d5bdd3f58df96
Contents?: true
Size: 474 Bytes
Versions: 23
Compression:
Stored size: 474 Bytes
Contents
## @font-face The `@font-face` at-rule expects as you would expect, simply followed by a block of properties: @font-face font-family Geo font-style normal src url(fonts/geo_sans_light/GensansLight.ttf) .ingeo font-family Geo yielding: @font-face { font-family: Geo; font-style: normal; src: url("fonts/geo_sans_light/GensansLight.ttf"); } .ingeo { font-family: Geo; }
Version data entries
23 entries across 23 versions & 1 rubygems