Merge pull request #4 from wotori/bug/font_path

fix font path
This commit is contained in:
Alex A. Naanou 2020-08-13 14:38:05 +03:00 committed by GitHub
commit 3a0b8609ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
@font-face {
font-family: OpenSans;
src: url(fonts/Open_Sans/OpenSans-Regular.ttf);
src: url(css/fonts/Open_Sans/OpenSans-Regular.ttf);
}