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

Bold? #3

Open
pramsey opened this issue Jan 29, 2020 · 2 comments
Open

Bold? #3

pramsey opened this issue Jan 29, 2020 · 2 comments

Comments

@pramsey
Copy link

pramsey commented Jan 29, 2020

I have some terms that I have made bold using double-asterisks in markdown, but I'm not seeing bolded words... they are in the HTML, but the style doesn't do any thing for strong.

@jkatz
Copy link
Contributor

jkatz commented Jan 29, 2020

I believe that is a feature of the font. cc @xenophenes?

@xenophenes
Copy link
Contributor

I actually just found and solved this issue on the main Crunchy Data website. Bootstrap sets the font-weight for strong tags to bolder instead of bold, which the Fort font doesn't like. I'm taking a note of this; in the redesign of the theme we're replacing all paragraph & descriptive text with the Avenir font, and this will be fixed then. Please continue making the necessary items bold using strong tags.

As a temporary workaround, if your content is being written in HTML, you can add the Bootstrap built-in class to the tag to make it render as expected:

https://getbootstrap.com/docs/4.2/utilities/text/#font-weight-and-italics

Example: <strong class="font-weight-bold">My bold text.</strong>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants