use PT Serif by default font
This commit is contained in:
parent
ff47225342
commit
15dd947a4a
@ -1,6 +1,8 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: serif;
|
||||
font-family: 'PT Serif', serif;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
@ -29,7 +31,7 @@ div.button {
|
||||
margin: 8px;
|
||||
padding: 16px;
|
||||
background-color: #e9edc9;
|
||||
font-family: serif;
|
||||
font-family: 'PT Serif', serif;
|
||||
font-size: 1.3em;
|
||||
width: 100px;
|
||||
transition: background-color .2s;
|
||||
|
Loading…
Reference in New Issue
Block a user