Sha256: a9f6a005b675711f5947c8ac369692249d583c660135e29d2d7d2bc7010f4d7b
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
/*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block; src: url(<%= asset_path('trestle/fa-regular-400.woff2') %>) format('woff2'), url(<%= asset_path('trestle/fa-regular-400.ttf') %>) format('truetype'); } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url(<%= asset_path('trestle/fa-solid-900.woff2') %>) format('woff2'), url(<%= asset_path('trestle/fa-solid-900.ttf') %>) format('truetype'); } @font-face { font-family: 'Font Awesome 6 Brands'; font-style: normal; font-weight: normal; font-display: block; src: url(<%= asset_path('trestle/fa-brands-400.woff2') %>) format('woff2'), url(<%= asset_path('trestle/fa-brands-400.ttf') %>) format('truetype') }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trestle-0.10.0.pre2 | app/assets/sprockets/trestle/icons/font-awesome.css.erb |
trestle-0.10.0.pre | app/assets/sprockets/trestle/icons/font-awesome.css.erb |