again on relative paths for fonts

This commit is contained in:
boyska 2020-08-05 03:59:45 +02:00
parent 152c2edfa1
commit 2d2b2f2e2a
2 changed files with 24 additions and 25 deletions

View file

@ -5,13 +5,13 @@ $font-display: swap;
font-display: $font-display;
font-style: normal;
font-weight: 400;
src: url('theme/fonts/recursive-v20-latin-regular.eot'); /* IE9 Compat Modes */
src: url('fonts/recursive-v20-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('theme/fonts/recursive-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('theme/fonts/recursive-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('theme/fonts/recursive-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
url('theme/fonts/recursive-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('theme/fonts/recursive-v20-latin-regular.svg#Recursive') format('svg'); /* Legacy iOS */
url('fonts/recursive-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/recursive-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/recursive-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/recursive-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/recursive-v20-latin-regular.svg#Recursive') format('svg'); /* Legacy iOS */
}
/* recursive-500 - latin */
@ -20,13 +20,13 @@ $font-display: swap;
font-family: 'Recursive';
font-style: normal;
font-weight: 500;
src: url('theme/fonts/recursive-v20-latin-500.eot'); /* IE9 Compat Modes */
src: url('fonts/recursive-v20-latin-500.eot'); /* IE9 Compat Modes */
src: local(''),
url('theme/fonts/recursive-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('theme/fonts/recursive-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('theme/fonts/recursive-v20-latin-500.woff') format('woff'), /* Modern Browsers */
url('theme/fonts/recursive-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('theme/fonts/recursive-v20-latin-500.svg#Recursive') format('svg'); /* Legacy iOS */
url('fonts/recursive-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/recursive-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/recursive-v20-latin-500.woff') format('woff'), /* Modern Browsers */
url('fonts/recursive-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/recursive-v20-latin-500.svg#Recursive') format('svg'); /* Legacy iOS */
}
/* recursive-800 - latin */
@ -35,13 +35,13 @@ $font-display: swap;
font-family: 'Recursive';
font-style: normal;
font-weight: 800;
src: url('theme/fonts/recursive-v20-latin-800.eot'); /* IE9 Compat Modes */
src: url('fonts/recursive-v20-latin-800.eot'); /* IE9 Compat Modes */
src: local(''),
url('theme/fonts/recursive-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('theme/fonts/recursive-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('theme/fonts/recursive-v20-latin-800.woff') format('woff'), /* Modern Browsers */
url('theme/fonts/recursive-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('theme/fonts/recursive-v20-latin-800.svg#Recursive') format('svg'); /* Legacy iOS */
url('fonts/recursive-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/recursive-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/recursive-v20-latin-800.woff') format('woff'), /* Modern Browsers */
url('fonts/recursive-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/recursive-v20-latin-800.svg#Recursive') format('svg'); /* Legacy iOS */
}
/* caesar-dressing-regular - latin */
@font-face {
@ -49,11 +49,11 @@ $font-display: swap;
font-family: 'Caesar Dressing';
font-style: normal;
font-weight: 400;
src: url('theme/fonts/caesar-dressing-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: url('fonts/caesar-dressing-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Caesar Dressing'), local('CaesarDressing-Regular'),
url('theme/fonts/caesar-dressing-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('theme/fonts/caesar-dressing-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('theme/fonts/caesar-dressing-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('theme/fonts/caesar-dressing-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('theme/fonts/caesar-dressing-v9-latin-regular.svg#CaesarDressing') format('svg'); /* Legacy iOS */
url('fonts/caesar-dressing-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/caesar-dressing-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/caesar-dressing-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('fonts/caesar-dressing-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/caesar-dressing-v9-latin-regular.svg#CaesarDressing') format('svg'); /* Legacy iOS */
}

View file

@ -12,7 +12,6 @@
{% assets filters="pyscss", output="fonts.css", "fonts/fonts.scss" %}
<link rel="stylesheet" href="{{SITEURL}}/{{ASSET_URL}}">
{% endassets %}
<!--link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/effects.css" /-->
{% if FAVICON %}
<link href="{{ SITEURL }}/{{ FAVICON }}" rel="icon">