is not current version
Last Version 1.2

com.github.leonardoxh:custom-font 1.0

A library to put custom fonts on android widgets

GroupId

GroupId

com.github.leonardoxh
ArtifactId

ArtifactId

custom-font
Version

Version

1.0
Type

Type

aar

Download custom-font 1.0


<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/ -->
<dependency>
    <groupId>com.github.leonardoxh</groupId>
    <artifactId>custom-font</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/
implementation 'com.github.leonardoxh:custom-font:1.0'
// https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/
implementation ("com.github.leonardoxh:custom-font:1.0")
'com.github.leonardoxh:custom-font:aar:1.0'
<dependency org="com.github.leonardoxh" name="custom-font" rev="1.0">
  <artifact name="custom-font" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.leonardoxh', module='custom-font', version='1.0')
)
libraryDependencies += "com.github.leonardoxh" % "custom-font" % "1.0"
[com.github.leonardoxh/custom-font "1.0"]