https://github.com/cathive/fonts-roboto
This library provides a bundled version of the Roboto fonts that can easily be used in your Java/JavaFX-based applications.
https://github.com/cathive/fonts-roboto
Last synced: 10 months ago
JSON representation
This library provides a bundled version of the Roboto fonts that can easily be used in your Java/JavaFX-based applications.
- Host: GitHub
- URL: https://github.com/cathive/fonts-roboto
- Owner: cathive
- License: other
- Created: 2013-04-09T09:03:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T22:57:19.000Z (over 12 years ago)
- Last Synced: 2025-08-01T03:51:33.491Z (11 months ago)
- Language: Java
- Size: 3.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
Roboto is a sans-serif typeface family introduced with Android Ice Cream Sandwich operating system. Google describes
the font as "modern, yet approachable" and "emotional". The font is licensed under the Apache license.
The entire font family was officially made available for free download on January 12, 2012 on the newly launched
Android Design website. The family includes regular and oblique styles of Thin, Light, Regular, Medium, Bold, Black,
and Condensed widths.
The font was designed entirely in-house at Google by Christian Robertson, an interface designer for Google.
The font itself - as well as this little wrapper library - is distributed under the Apache License 2.0.
* http://robotofont.com/
* http://developer.android.com/design/style/typography.html
The file "COPYING.txt" contains the original license text that can be found next to the TTF files when downloading the font from the Android project's website.
This library provides a bundled version of these fonts that can easily be used in your Java/JavaFX-based applications.
A compiled and ready-to-use version of this library can be found in the
Sonatype OSS Maven Repository (oss.sonatype.org). To use the library
in your Maven based projects just add the following lines to your
'pom.xml':
```xml
com.cathive.fonts
fonts-roboto
${fonts-roboto.version}
```