-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fix BS5 typography issues (#1698) #1699
Conversation
3bb4d1c
to
2e292d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, especially with the image in the description! 💯
Only thought I had was the use of @use
in _typography.scss. I know that Sass is trying to deprecate the use of @import
but currently, all our .scss files uses @import
so do we want to keep them consistent for now?
Otherwise looks good to me!
2e292d1
to
0c0c011
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anvit!
1bf666f
to
8fceab6
Compare
Added the Open Sans typeface as set it as the default sans-serif typeface for the BS5 theme. Also added the following style changes: - Left border and padding for blockquote tags. - Background color for code and pre tags. - Padding for code and pre tags. - Whitespace wrapping for code tags. - Set the default font-weight for bold text to 700
8fceab6
to
9f59fca
Compare
Added the Open Sans typeface (which is what arDominionPlugin uses) and set it as the default sans-serif typeface for the BS5 theme.
Also added the following style changes:
Here's what it looks like with these styling changes applied: