mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-13 12:35:01 +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 */
|
/* speocifically for mobile when keyboard is open */
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: 500;
|
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,
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
|
||||||
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
Reference in New Issue
Block a user