diff --git a/Server/app/svelte/public/css/common.css b/Server/app/svelte/public/css/common.css index 6bf030b..2cbbc6c 100644 --- a/Server/app/svelte/public/css/common.css +++ b/Server/app/svelte/public/css/common.css @@ -272,6 +272,11 @@ a:focus { text-decoration: none; } line-height: 140%; } +font { + font-size: inherit; + font-family: inherit; +} + /*---Button/input related--------------------------------------------------------------*/ button { diff --git a/Server/public/css/common.css b/Server/public/css/common.css index 6bf030b..2cbbc6c 100644 --- a/Server/public/css/common.css +++ b/Server/public/css/common.css @@ -272,6 +272,11 @@ a:focus { text-decoration: none; } line-height: 140%; } +font { + font-size: inherit; + font-family: inherit; +} + /*---Button/input related--------------------------------------------------------------*/ button {