Loading app/Resources/fonts/noto-sans-mono-regular.woff2 0 → 100644 +9.04 KiB File added.No diff preview for this file type. View file app/Resources/styles/fonts.css +9 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,13 @@ font-display: swap; src: url("/fonts/inter-600.woff2") format("woff2"); } /* noto-sans-mono-regular */ @font-face { font-family: "Noto Sans Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/noto-sans-mono-regular.woff2") format("woff2"); } } modules/Admin/Language/en/VideoClip.php +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ return [ ], 'title' => 'Video clip: {videoClipLabel}', 'download_clip' => 'Download clip', 'create' => 'New video clip', 'go_to_page' => 'Go to clip page', 'delete' => 'Delete clip', 'logs' => 'Job logs', Loading modules/Admin/Language/fr/VideoClip.php +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ return [ ], 'title' => 'Extrait vidéo : {videoClipLabel}', 'download_clip' => 'Télécharger l’extrait', 'create' => 'Nouvel extrait vidéo', 'go_to_page' => 'Aller à la page de l’extrait', 'delete' => 'Supprimer l’extrait', 'logs' => 'Historique d’exécution', Loading tailwind.config.js +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ module.exports = { fontFamily: { sans: ["Inter", ...defaultTheme.fontFamily.sans], display: ["Kumbh Sans", ...defaultTheme.fontFamily.sans], mono: ["Noto Sans Mono", ...defaultTheme.fontFamily.mono], }, textColor: { skin: { Loading Loading
app/Resources/fonts/noto-sans-mono-regular.woff2 0 → 100644 +9.04 KiB File added.No diff preview for this file type. View file
app/Resources/styles/fonts.css +9 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,13 @@ font-display: swap; src: url("/fonts/inter-600.woff2") format("woff2"); } /* noto-sans-mono-regular */ @font-face { font-family: "Noto Sans Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/noto-sans-mono-regular.woff2") format("woff2"); } }
modules/Admin/Language/en/VideoClip.php +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ return [ ], 'title' => 'Video clip: {videoClipLabel}', 'download_clip' => 'Download clip', 'create' => 'New video clip', 'go_to_page' => 'Go to clip page', 'delete' => 'Delete clip', 'logs' => 'Job logs', Loading
modules/Admin/Language/fr/VideoClip.php +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ return [ ], 'title' => 'Extrait vidéo : {videoClipLabel}', 'download_clip' => 'Télécharger l’extrait', 'create' => 'Nouvel extrait vidéo', 'go_to_page' => 'Aller à la page de l’extrait', 'delete' => 'Supprimer l’extrait', 'logs' => 'Historique d’exécution', Loading
tailwind.config.js +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ module.exports = { fontFamily: { sans: ["Inter", ...defaultTheme.fontFamily.sans], display: ["Kumbh Sans", ...defaultTheme.fontFamily.sans], mono: ["Noto Sans Mono", ...defaultTheme.fontFamily.mono], }, textColor: { skin: { Loading