{"id":18568426,"url":"https://github.com/fromatom/latoswift","last_synced_at":"2026-04-18T15:34:48.421Z","repository":{"id":45145478,"uuid":"444131364","full_name":"FromAtom/LatoSwift","owner":"FromAtom","description":"Easy to use Lato font","archived":false,"fork":false,"pushed_at":"2022-01-05T12:11:25.000Z","size":353,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T20:50:05.914Z","etag":null,"topics":["font","ios","lato","swiftpm","swiftui","uikit"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FromAtom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-03T16:41:44.000Z","updated_at":"2025-01-01T17:47:46.000Z","dependencies_parsed_at":"2022-09-24T20:10:23.668Z","dependency_job_id":null,"html_url":"https://github.com/FromAtom/LatoSwift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FromAtom/LatoSwift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FLatoSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FLatoSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FLatoSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FLatoSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FromAtom","download_url":"https://codeload.github.com/FromAtom/LatoSwift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FLatoSwift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","ios","lato","swiftpm","swiftui","uikit"],"created_at":"2024-11-06T22:29:25.747Z","updated_at":"2026-04-18T15:34:48.389Z","avatar_url":"https://github.com/FromAtom.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LatoSwift\nUse [Lato](https://fonts.google.com/specimen/Lato) font in your UIKit/SwiftUI projects\n\n## Usage\n### for UIKit\n\n```swift\nimport LatoSwift\n\nlet latoRegularFont = Lato.uiFont(ofSize: 16)\nlet latoBoldFont = Lato.uiFont(ofSize: 16, weight: .bold)\nlet latoLightItalicFont = Lato.uiFont(ofSize: 16, weight: .light, style: .italic)\n```\n\n### for SwiftUI\n\n```swift\nimport SwiftUI\nimport LatoSwift\n\nstruct ContentView: View {\n    var body: some View {\n        VStack {\n            Text(\"Lato Regular\")\n                .font(Lato.font(ofSize: 16))\n            Text(\"Lato Bold\")\n                .font(Lato.font(ofSize: 16, weight: .bold))\n            Text(\"Lato Light Italic\")\n                .font(Lato.font(ofSize: 16, weight: .light, style: .italic))\n        }\n    }\n}\n```\n\n## Requirements\n- Xcode 13\n- iOS 14\n\n## License\n- Lato font is licensed under the [SIL Open Font License, Version 1.1](/Sources/LatoSwift/Fonts/LICENSE)\n- LatoSwift is licensed under the [MIT](LICENSE)\n\n### License tips\nIf you publish an application that uses this library, you must notate the Lato font license (SIL Open Font License) and the LatoSwift license (MIT).\n\nIn addition, if you are using [LicensePlist](https://github.com/mono0926/LicensePlist), only the LatoSwift license will be processed, so please add the Lato font license manually using `license_plist.yml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromatom%2Flatoswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffromatom%2Flatoswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromatom%2Flatoswift/lists"}