---
title: "Font"
description: "The interface of the font resource."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface Font
```


The interface of the font resource.


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val weight: FontWeight
```


The weight of the font. The system uses this to match a font to a font request that is given
in a `androidx.compose.ui.text.SpanStyle`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val style: FontStyle
```


The style of the font, normal or italic. The system uses this to match a font to a font
request that is given in a `androidx.compose.ui.text.SpanStyle`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val loadingStrategy: FontLoadingStrategy
```


Loading strategy for this font.




