# Sandbox.TextStyle.FontWeight

```csharp
int FontWeight { get; set; }
```

Font weight from 1 to 1000. Normal is 400, bold is 700.

Declared in [Sandbox.TextStyle](/api/Sandbox.TextStyle).
Assembly: `Sandbox.Engine`.
