1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-19 20:55:55 +01:00

style.css: fix small font in chrome extension

This commit is contained in:
Kushagra Gour 2019-07-03 02:58:19 +05:30
parent e16b6795f1
commit e8fbb6322d

View File

@ -28,6 +28,11 @@ body {
/* speocifically for mobile when keyboard is open */
position: relative;
font-weight: 500;
/* setting fontsize because chrome extension has a font-size:75% on body
as injected style */
font-size: 1em;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
-webkit-font-smoothing: antialiased;