1
0
Fork 0

use PT Serif by default font

This commit is contained in:
Alexander Popov 2022-08-21 18:52:50 +03:00
parent ff47225342
commit 15dd947a4a
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 4 additions and 2 deletions

View File

@ -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;