From 004331e1c4c0b0587d991cc770915f507a6ece5f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 25 Feb 2021 02:41:34 +0300 Subject: [PATCH] .nojekyll --- .nojekyll | 0 _media/css/styles.css | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/_media/css/styles.css b/_media/css/styles.css index 4ecf42d..73c0f3f 100644 --- a/_media/css/styles.css +++ b/_media/css/styles.css @@ -1,9 +1,9 @@ @font-face { font-family: 'F5.6'; - src: url('/_media/fonts/F5.6-Regular.eot'); - src: url('/_media/fonts/F5.6-Regular.eot?#iefix') format('embedded-opentype'), - url('/_media/fonts/F5.6-Regular.woff2') format('woff2'), - url('/_media/fonts/F5.6-Regular.woff') format('woff'); + src: url('/hgman/_media/fonts/F5.6-Regular.eot'); + src: url('/hgman/_media/fonts/F5.6-Regular.eot?#iefix') format('embedded-opentype'), + url('/hgman/_media/fonts/F5.6-Regular.woff2') format('woff2'), + url('/hgman/_media/fonts/F5.6-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap;