DeviceConfigurationOverrideFontWeightAdjustmentSample
@Composable
fun DeviceConfigurationOverrideFontWeightAdjustmentSample() {
DeviceConfigurationOverride(DeviceConfigurationOverride.FontWeightAdjustment(200)) {
MyComponent() // will be rendered with adjusted font weight
}
}