Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 73d8cb2

Browse files
authored
remove PT Serif font
1 parent 34c679f commit 73d8cb2

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/Fonts/PTSerif-Bold.woff

-38.6 KB
Binary file not shown.

src/index.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
@font-face {
2-
font-family: 'PT Serif';
3-
font-style: normal;
4-
font-weight: 700;
5-
src: local('PT Serif Bold'), local('PTSerif-Bold'),
6-
url(./Fonts/PTSerif-Bold.woff) format('woff');
7-
}
81
@font-face {
92
font-family: 'Work Sans';
103
font-style: normal;
@@ -304,7 +297,7 @@ body {
304297
.application-content .h1,
305298
.application-content .h2,
306299
.application-content .h3 {
307-
font-family: 'PT Serif', serif;
300+
font-family: 'Work Sans', serif;
308301
line-height: 1.4;
309302
color: inherit;
310303
margin-bottom: 0.7rem;
@@ -1594,7 +1587,7 @@ body {
15941587
padding: 0;
15951588
text-align: left;
15961589
font-weight: bold;
1597-
font-family: 'PT Serif', serif;
1590+
font-family: 'Work Sans', serif;
15981591
line-height: 1.4;
15991592
color: inherit;
16001593
font-size: 1.375rem;

0 commit comments

Comments
 (0)