Releases: dannystewart/pdoc-tokyo-night
Releases · dannystewart/pdoc-tokyo-night
v1.1.0
Added
- Imports JetBrains Mono directly from Google Fonts rather than relying on a locally installed version. This improves ligatures and makes letter spacing more consistent.
- Adds text rendering optimizations for better font display and ligature rendering.
- Adds explicit support for programming ligatures with expanded font-feature settings.
Changed
- Standardizes the use of ligatures across code formatting.
- Changes the font weight for spans to be more consistent.
- Decreases font weight and letter spacing for module names.
- Expands the previous Arguments/Returns formatting to all H6 headers.
- Changes definitions, names, and parameters to use monospace font at slightly smaller size with reduced letter spacing.
- Changes decorators to use slightly smaller font, match the name color, and reduce their bottom margin slightly.
- Changes all annotation formatting to match return annotation formatting.
- Refines default value styling with lighter font weight.
Removed
- Removes custom
line-heightfrom rootpdocelement, instead using browser defaults. - Removes redundant
font-feature-settingsfrom multiple elements (consolidated incode/preelements). - Removes specific styling for
function::afterpseudo-elements. - Removes custom formatting for unordered lists.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
add Tokyo Night theme for pdoc