l

library

Android library to apply custom typefaces directly from layouts, styles or themes.
https://github.com/ppicas/custom-typeface
The Apache License, Version 2.0
Pau Picas Sans
Files download
File Operation
library-2.0.0.pom download
library-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.ppicas.customtypeface</groupId>
  <artifactId>library</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'cat.ppicas.customtypeface:library:2.0.0'
Gradle Kotlin
implementation("cat.ppicas.customtypeface:library:2.0.0")
Scala SBT
libraryDependencies += "cat.ppicas.customtypeface" % "library" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cat.ppicas.customtypeface', module='library', version='2.0.0')
)
Apache Ivy
<dependency org="cat.ppicas.customtypeface" name="library" rev="2.0.0" />
Leiningen
[cat.ppicas.customtypeface/library "2.0.0"]
Apache Buildr
'cat.ppicas.customtypeface:library:jar:2.0.0'
Dependencies
The project has no third-party dependencies