mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-12 20:15:10 +02:00
style.css: fix small font in chrome extension
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user