From 20019dc74e3dbd6b9d26284ab6dd83ee4ddf74de Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 18 Apr 2020 16:20:44 +0800 Subject: [PATCH] style.css: remove @font-face. Why? Never used. Reported by Dai Zerong at https://github.com/lanlab-org/LRR/pull/29. -Hui --- homepage/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 4330662..b5936db 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -1,7 +1,3 @@ -@font-face { - font-family: "Linux Libertine"; - src: url("fonts/LinLibertine_RZ.woff") format('woff'); -} html { font-family: sans-serif; -ms-text-size-adjust: 100%; @@ -650,4 +646,4 @@ font-size:13pt; .article{ min-height:500px;line-height:30px;border-right:1px solid #A7D7F9;padding-top:0px; -} \ No newline at end of file +}