fix css font-family

This commit is contained in:
Matteo Manzinello
2019-05-09 14:59:41 +02:00
parent 3a1efd8daf
commit 9ad21f7a4c
3 changed files with 5 additions and 5 deletions

View File

@@ -6,6 +6,8 @@
padding: 0;
font-size: 100%;
line-height: 1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.mailgo-title {
@@ -35,8 +37,6 @@
.mailgo-modal {
position: fixed;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
top: 0;
right: 0;
bottom: 0;