diff --git a/apps/readest-app/src/app/reader/components/settings/CustomFonts.tsx b/apps/readest-app/src/app/reader/components/settings/CustomFonts.tsx index 0492f868..5cb9d500 100644 --- a/apps/readest-app/src/app/reader/components/settings/CustomFonts.tsx +++ b/apps/readest-app/src/app/reader/components/settings/CustomFonts.tsx @@ -172,7 +172,7 @@ const CustomFonts: React.FC = ({ bookKey, onBack }) => { fontFamily: font.loaded ? `"${font.name}", sans-serif` : 'sans-serif', fontWeight: 400, }} - className='text-base-content line-clamp-1 max-w-[90%]' + className='text-base-content line-clamp-1' > {font.name} @@ -191,9 +191,9 @@ const CustomFonts: React.FC = ({ bookKey, onBack }) => {
-
-
{_('Tips')}:
-
    +
    +
    {_('Tips')}:
    +
    • {_('Supported font formats: .ttf, .odf, .woff, .woff2')}
    • {_('Custom fonts can be selected from the Font Face menu')}