Skip to content

Commit 2bc0d04

Browse files
committed
update documentation
1 parent 3850eff commit 2bc0d04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ In your CSS for the `acme-widgets` class, you can override the supported [custom
9999
}
100100
```
101101

102+
### Fonts
103+
104+
By default, web-safe default font stacks are used, but you can override these so the components use your preferred fonts. These custom properties are supported:
105+
106+
- `--cucumber-sans-font-family` - the font used for the text
107+
- `--cucumber-mono-font-family` - the font used for doc strings and attachments
108+
102109
### Custom styles
103110

104111
For more control over the styling, you can override the CSS used by individual components.

0 commit comments

Comments
 (0)