Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 691 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 691 Bytes

Design Assets

These files will be pushed to our CDN at http://cdn.wtf/d/path. /fonts/roboto/bold.ttf will be accessed at http://cdn.wtf/d/fonts/roboto/bold.ttf.

Directory Structure

+-images/
| +-asset_name.png
| +-lower_case_with_underlines.png
+-fonts/
| +-family_name/
|   +-bold.ttf
|   +-regular.ttf
|   +-only_what_we_will_use.ttf
| +-family_name.woff
| +-...
| +-other_font.ttf
| +-other_font.woff
+-project_name/
| +-images/
|   +-sub_categories_if_necessary/
|   +-promotional_images/
|     +-banner_320x50.png
|   +-some_image.png
|   +-logo.svg
|   +-kik_icon.png
+-other_project_name/
| +-images/
+-icon_font/
| +-the_stuff_fontello_generates_root_level...