| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.leonardoxh | 
    
| ArtifactId | ArtifactIdcustom-font | 
    
| Last Version | Last Version1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            Descriptioncustom-font Library 
            A library to put custom fonts on android widgets 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| custom-font-1.2.pom | |
| custom-font-1.2.aar | 5 KB | 
| custom-font-1.2-sources.jar | 4 KB | 
| custom-font-1.2-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/ -->
<dependency>
    <groupId>com.github.leonardoxh</groupId>
    <artifactId>custom-font</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/
implementation 'com.github.leonardoxh:custom-font:1.2'
                // https://jarcasting.com/artifacts/com.github.leonardoxh/custom-font/
implementation ("com.github.leonardoxh:custom-font:1.2")
                'com.github.leonardoxh:custom-font:aar:1.2'
                <dependency org="com.github.leonardoxh" name="custom-font" rev="1.2">
  <artifact name="custom-font" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.leonardoxh', module='custom-font', version='1.2')
)
                libraryDependencies += "com.github.leonardoxh" % "custom-font" % "1.2"
                [com.github.leonardoxh/custom-font "1.2"]