commit 3f36b372de34903be9b7ff98b651aa9e45d3bc53 parent e35ecc7bc31c82eeada8b5737df7ae807dc87b77 Author: Jonathan Dahan <git@jonathan.is> Date: Mon, 23 Aug 2021 20:23:30 -0400 Remove OpenSans Diffstat:
D | css/OpenSans-Regular.ttf | | | 0 | |
D | css/OpenSans-Semibold.ttf | | | 0 | |
M | css/style.css | | | 17 | +---------------- |
3 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/css/OpenSans-Regular.ttf b/css/OpenSans-Regular.ttf Binary files differ. diff --git a/css/OpenSans-Semibold.ttf b/css/OpenSans-Semibold.ttf Binary files differ. diff --git a/css/style.css b/css/style.css @@ -1,18 +1,3 @@ -/* OpenSans font */ -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 400; - src: url('OpenSans-Regular.ttf'); -} - -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 600; - src: url('OpenSans-Semibold.ttf'); -} - /* Page styles */ html { line-height: 1.15; @@ -22,7 +7,7 @@ html { body { margin: 0; background-color: #CFD8DC; - font-family: "Open Sans", sans-serif; + font-family: sans-serif; color: #263238; }