-
Notifications
You must be signed in to change notification settings - Fork 178
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
refactor: use Public Sans and Reddit Mono on PAPI docs site #14662
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #14662 +/- ##
=======================================
Coverage 67.34% 67.34%
=======================================
Files 2485 2485
Lines 71411 71411
Branches 9036 9036
=======================================
Hits 48093 48093
Misses 21173 21173
Partials 2145 2145
Flags with carried forward coverage won't be shown. Click here to find out more. |
061110e
to
0d696d6
Compare
} | ||
|
||
pre, tt, code { | ||
font-size: 0.9em; |
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.
need to use the parent element as the basis?
if not, recommend you use rem
instead em
|
||
/* classes for API Reference docstring signatures */ | ||
.sig, .sig-name, code.descname, .sig-prename, .optional, .sig-paren { | ||
font-size: 1em; |
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.
same question
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!
font was changed from Open Sans
to Public Sans
Going ahead and merging this so I can continue on bigger style changes (new top and bottom nav). If there are any issues caused by this PR, I can address it as part of that or in a separate followup. |
Overview
Updating the Python API docs to use our design system proportional and fixed-width fonts.
Test Plan
Changelog
Review requests
is it pretty?
should we also get rid of Akko H1s?
is there a way to get rid of the 1px of white space between the light grey background box of
<a><code>
and the dotted border below it? i've tried every CSS kludge i know of.also need testing assistance on
Risk assessment
low