Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e36de3a

Browse files
committed
kill custom fonts in CSS to fix #190
1 parent 36befba commit e36de3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/ArticleView/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ div.pw {
131131

132132
/* GENERAL & TYPOGRAPHY
133133
-------------------------------------------------------------------------------------------------------------------------------------------*/
134-
134+
/*
135135
@font-face {
136136
font-family: 'Open Sans';
137137
src: url('assets/opsn-itl-webfont.eot');
@@ -171,7 +171,7 @@ div.pw {
171171
font-weight: 500;
172172
font-style: normal;
173173
}
174-
174+
*/
175175
body {
176176
padding: 3rem;
177177
cursor: default;

0 commit comments

Comments
 (0)