Making WordPress.org

Opened 2 months ago

Closed 8 weeks ago

Last modified 8 weeks ago

#7825 closed defect (bug) (fixed)

Include lib-font library in the credits page.

Reported by: mmaattiiaass's profile mmaattiiaass Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: API Keywords:
Cc:

Description

For the introduction of the font library we in 6.5 included the library 'lib-font' into the Gutenberg codebase but it's not mentioned in the 'External Libraries' part of the credits page.

Reference:
lib-font in Gutenberg: https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-site/lib/lib-font.browser.js

lib-font project: https://github.com/Pomax/lib-font

Change History (3)

#1 @im3dabasia1
2 months ago

This can be added to the API response for the endpoint

[
    "lib-font",
    "https://github.com/Pomax/lib-font"
]

#2 @dd32
8 weeks ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 14197:

API: Credits: Add the LibFont library as an external libraries in the credits for 6.5+.

Props mmaattiiaass, im3dabasia1, dd32.
Fixes #7825.

#3 @dd32
8 weeks ago

  • Component changed from General to API
Note: See TracTickets for help on using tickets.