> For the complete documentation index, see [llms.txt](https://docs-sw6.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-sw6.zenit.design/apps/font-change/schriftschnitte.md).

# Schriftschnitte

## Welche Schriftschnitte sollte ich wählen?

Shopware 6 verwendeet im Standard hauptsächlich&#x20;

| Wert | Deutsch  | Englisch              |
| ---- | -------- | --------------------- |
| 400  | normal   | Normal (Regular)      |
| 600  | halbfett | Semi Bold (Demi Bold) |
| 700  | fett     | Bold                  |

Es ist aber durchaus möglich, dass Plugins und Themes auch andere Schriftschnitte nutzen. Ebenfalls kann über die Editoren der Administration im Code-Modus auch etwas anderes definiert werden.

Beispiel:

```
<p style="font-weight: 300;">Aut et et saepe in minima et autem...</p>
```

{% hint style="warning" %}
Ist ein im CSS Code angegebener Schriftschnitt nicht als Webfont hinterlegt, simuliert ein Internet Browser (z.B. Safari, Chrome oder Firefox) diesen. D.h., die Typometrie ist willkürlich und sieht in jedem Browser anders aus.
{% endhint %}

## Zuordnung von Namen und Werten

| Wert | Deutsch      | Englisch                  |
| ---- | ------------ | ------------------------- |
| 100  | fein         | Thin (Hairline)           |
| 200  | extraleicht  | Extra Light (Ultra Light) |
| 300  | leicht       | Light                     |
| 400  | normal       | Normal (Regular)          |
| 500  | medium       | Medium                    |
| 600  | halbfett     | Semi Bold (Demi Bold)     |
| 700  | fett         | Bold                      |
| 800  | extrafett    | Extra Bold (Ultra Bold)   |
| 900  | schwarz      | Black (Heavy)             |
| 950  | extraschwarz | Extra Black (Ultra Black) |
