FontManifest.json 592 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [
  2. {
  3. "family": "MaterialIcons",
  4. "fonts": [
  5. {
  6. "asset": "fonts/MaterialIcons-Regular.otf"
  7. }
  8. ]
  9. },
  10. {
  11. "family": "GestureIcons",
  12. "fonts": [
  13. {
  14. "asset": "assets/gestures.ttf"
  15. }
  16. ]
  17. },
  18. {
  19. "family": "Tabbar",
  20. "fonts": [
  21. {
  22. "asset": "assets/tabbar.ttf"
  23. }
  24. ]
  25. },
  26. {
  27. "family": "PeerSearchbar",
  28. "fonts": [
  29. {
  30. "asset": "assets/peer_searchbar.ttf"
  31. }
  32. ]
  33. },
  34. {
  35. "family": "AddressBook",
  36. "fonts": [
  37. {
  38. "asset": "assets/address_book.ttf"
  39. }
  40. ]
  41. }
  42. ]