diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..d1216a9 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ + [core] + filemode = false \ No newline at end of file diff --git a/src/static/css/App.css b/src/static/css/App.css index 66c3233..39c4d75 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -1000,7 +1000,7 @@ a, a p { @font-face { font-family: Chess New; - src: url('https://www.chess.com/bundles/web/fonts/chessglyph-new.0cc8115c.woff2'); + src: url('../fonts/chessglyph-new.0cc8115c.woff2'); } @media screen and (max-width: 600) { diff --git a/src/static/fonts/chessglyph-new.0cc8115c.woff2 b/src/static/fonts/chessglyph-new.0cc8115c.woff2 new file mode 100644 index 0000000..30dbb0b Binary files /dev/null and b/src/static/fonts/chessglyph-new.0cc8115c.woff2 differ