James Iter 7 лет назад
Родитель
Сommit
0230856a0f
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      themes/default/templates/layout.html

+ 6 - 6
themes/default/templates/layout.html

@@ -45,12 +45,12 @@
 
 
         @font-face {
         @font-face {
             font-family: 'Baskerville';
             font-family: 'Baskerville';
-            src: url('/static/fonts/Baskerville/Baskerville-Italic.eot');
-            src: url('/static/fonts/Baskerville/Baskerville-Italic.eot?#iefix') format('embedded-opentype'),
-            url('/static/fonts/Baskerville/Baskerville-Italic.woff2') format('woff2'),
-            url('/static/fonts/Baskerville/Baskerville-Italic.woff') format('woff'),
-            url('/static/fonts/Baskerville/Baskerville-Italic.ttf') format('truetype'),
-            url('/static/fonts/Baskerville/Baskerville-Italic.svg#Baskerville-Italic') format('svg');
+            src: url('/_themes/default/fonts/Baskerville/Baskerville-Italic.eot');
+            src: url('/_themes/default/fonts/Baskerville/Baskerville-Italic.eot?#iefix') format('embedded-opentype'),
+            url('/_themes/default/fonts/Baskerville/Baskerville-Italic.woff2') format('woff2'),
+            url('/_themes/default/fonts/Baskerville/Baskerville-Italic.woff') format('woff'),
+            url('/_themes/default/fonts/Baskerville/Baskerville-Italic.ttf') format('truetype'),
+            url('/_themes/default/fonts/Baskerville/Baskerville-Italic.svg#Baskerville-Italic') format('svg');
             font-weight: normal;
             font-weight: normal;
             font-style: italic;
             font-style: italic;
         }
         }