diff --git a/apps/metadata-editor-e2e/src/e2e/record-actions.cy.ts b/apps/metadata-editor-e2e/src/e2e/record-actions.cy.ts
index ae85eb9808..18c6537e0f 100644
--- a/apps/metadata-editor-e2e/src/e2e/record-actions.cy.ts
+++ b/apps/metadata-editor-e2e/src/e2e/record-actions.cy.ts
@@ -26,6 +26,7 @@ describe('record-actions', () => {
}).as('insertRecord')
cy.get('md-editor-publish-button').click()
cy.wait('@insertRecord')
+ cy.get('@abstractField').focus()
cy.get('@abstractField').type('draft abstract')
// Assert that the draft exists in the local storage
cy.editor_readFormUniqueIdentifier().then((uniqueIdentifier) =>
diff --git a/apps/metadata-editor/src/app/app.module.ts b/apps/metadata-editor/src/app/app.module.ts
index c098de62f3..87354808bc 100644
--- a/apps/metadata-editor/src/app/app.module.ts
+++ b/apps/metadata-editor/src/app/app.module.ts
@@ -80,8 +80,8 @@ export class AppModule {
getThemeConfig().SECONDARY_COLOR,
getThemeConfig().MAIN_COLOR,
getThemeConfig().BACKGROUND_COLOR,
- getThemeConfig().MAIN_FONT || "'Rubik', sans-serif",
- getThemeConfig().TITLE_FONT || "'Readex Pro', sans-serif",
+ getThemeConfig().MAIN_FONT || "'Inter', sans-serif",
+ getThemeConfig().TITLE_FONT || "'Petrona', sans-serif",
getThemeConfig().FONTS_STYLESHEET_URL || 'assets/css/default-fonts.css'
)
}
diff --git a/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html b/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html
index 4e48d4bd93..021ad98957 100644
--- a/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html
+++ b/apps/metadata-editor/src/app/dashboard/dashboard-menu/dashboard-menu.component.html
@@ -8,7 +8,7 @@
#rlaAll="routerLinkActive"
>