Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using multiple font styles #49

Closed
noib3 opened this issue Nov 10, 2020 · 2 comments · Fixed by #124
Closed

Using multiple font styles #49

noib3 opened this issue Nov 10, 2020 · 2 comments · Fixed by #124
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@noib3
Copy link

noib3 commented Nov 10, 2020

Is there a way to use multiple font-styles at once, for example bold together with underline?

@sharkdp
Copy link
Owner

sharkdp commented Dec 2, 2020

There is no way to do this at the moment, but I agree that there should be one. Maybe via a YAML array?

font-style:
  - bold
  - underline

@sharkdp sharkdp added enhancement New feature or request help wanted Extra attention is needed labels Dec 2, 2020
@noib3
Copy link
Author

noib3 commented Dec 2, 2020

Yes, a YAML array could be a viable option

John-Toohey added a commit to John-Toohey/vivid that referenced this issue Jan 1, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and
italic text. Fixes sharkdp#49
sharkdp pushed a commit to John-Toohey/vivid that referenced this issue Jan 2, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and
italic text. Fixes sharkdp#49
sharkdp pushed a commit that referenced this issue Jan 16, 2024
This allows multiple `font_style`s to be used, allowing, say, for a bold and
italic text. Fixes #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants