Description
Currently, the <LostPage404 /> component uses a fixed font family defined in CSS. This makes it difficult for users to match the component's typography with the rest of their application.
Add a new fontFamily prop that allows consumers to specify the font family used by the component.
Proposed changes
<LostPage404 fontFamily="Poppins" />
Description
Currently, the
<LostPage404 />component uses a fixed font family defined in CSS. This makes it difficult for users to match the component's typography with the rest of their application.Add a new
fontFamilyprop that allows consumers to specify the font family used by the component.Proposed changes