1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-21 23:12:19 +02:00

style: increase overall font-weight

This commit is contained in:
Kushagra Gour
2019-03-13 23:27:53 +05:30
parent 593b0aea24
commit 9f15ba3fd4

View File

@ -27,6 +27,7 @@ body {
min-height: 100vh;
/* speocifically for mobile when keyboard is open */
position: relative;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
-webkit-font-smoothing: antialiased;
@ -50,6 +51,10 @@ textarea {
box-sizing: border-box;
max-width: 100%;
}
input,
textarea {
font-weight: 500;
}
[role='button'] {
cursor: pointer;