Skip to content

Commit

Permalink
bring in font instead of asset
Browse files Browse the repository at this point in the history
  • Loading branch information
xster committed Sep 19, 2017
1 parent 344eecd commit 4ef85fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ pubspec.lock
doc/api/

.vscode

# Image for README.md only. Not for bundling with package.
map.png
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: cupertino_icons
description: Default icons asset for Cupertino widgets
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/cupertino_icons
version: 0.1.0
version: 0.1.1

flutter:
assets:
- assets/CupertinoIcons.ttf
fonts:
- family: CupertinoIcons
fonts:
- asset: assets/CupertinoIcons.ttf

0 comments on commit 4ef85fd

Please sign in to comment.