cucumber / cucumber/html-formatter

Bug / Nuance - Styling for Documentation in "Rule" Description has different font

Open
#494 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
21
Forks
6
Avg merge
1d 17h
Merged PRs (30d)
8

Description

### 🤔 What's the problem you've observed?

The font for Rule descriptions (Not feature descriptions), features a css conflict and the font family is deleted

### ✨ Do you have a proposal for making it better?

Use the same one in the entire doc

### 📚 Any additional context?

Sample image showing the font family difference

Image

Body font family
```
"Inter var",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
```

Rule font family (Inherited above at `pre` and `code` styling)
```
ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.