Sha256: fbb82c196cc4af367fc74c5cc3487eca7b5b6db36c3dae4913338643a2ef3ae4
Contents?: true
Size: 510 Bytes
Versions: 12
Compression:
Stored size: 510 Bytes
Contents
/* Google Font's Droid Sans */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 400; src: local('Droid Sans'), local('DroidSans'), url("<%= asset_path('swagger_ui_engine/DroidSans.ttf') %>") format('truetype'); } /* Google Font's Droid Sans Bold */ @font-face { font-family: 'Droid Sans'; font-style: normal; font-weight: 700; src: local('Droid Sans Bold'), local('DroidSans-Bold'), url("<%= asset_path('swagger_ui_engine/DroidSans-Bold.ttf') %>") format('truetype'); }
Version data entries
12 entries across 12 versions & 2 rubygems