f

font-compat

An easy to use library for using custom font families in your Android applications.
https://github.com/MeetMe/font-compat
The Apache Software License, Version 2.0
Joe Hansche
Files download
File Operation
font-compat-1.0.pom download
font-compat-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.meetme.android</groupId>
  <artifactId>font-compat</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.meetme.android:font-compat:1.0'
Gradle Kotlin
implementation("com.meetme.android:font-compat:1.0")
Scala SBT
libraryDependencies += "com.meetme.android" % "font-compat" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.meetme.android', module='font-compat', version='1.0')
)
Apache Ivy
<dependency org="com.meetme.android" name="font-compat" rev="1.0" />
Leiningen
[com.meetme.android/font-compat "1.0"]
Apache Buildr
'com.meetme.android:font-compat:jar:1.0'