|
37 | 37 | font-style: normal; |
38 | 38 | font-weight: 400; |
39 | 39 | src: local('OpenSans'), local('Open Sans'), local('Open Sans Regular'), local('OpenSans-Regular'), |
40 | | - url('{{ pathto('/_static/open-sans-v40-latin_latin-ext-regular.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-regular.woff2') }}') format('woff2'); |
| 40 | + url('{{ pathto('_static/open-sans-v40-latin_latin-ext-regular.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-regular.woff2') }}') format('woff2'); |
41 | 41 | } |
42 | 42 |
|
43 | 43 | /* open-sans-italic - latin_latin-ext */ |
|
47 | 47 | font-style: italic; |
48 | 48 | font-weight: 400; |
49 | 49 | src: local('OpenSansItalic'), local('Open Sans Italic'), local('OpenSans Italic'), local('OpenSans-Italic'), |
50 | | - url('{{ pathto('/_static/open-sans-v40-latin_latin-ext-italic.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-italic.woff2') }}') format('woff2'); |
| 50 | + url('{{ pathto('_static/open-sans-v40-latin_latin-ext-italic.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-italic.woff2') }}') format('woff2'); |
51 | 51 | } |
52 | 52 |
|
53 | 53 | /* open-sans-700 - latin_latin-ext */ |
|
57 | 57 | font-style: normal; |
58 | 58 | font-weight: 700; |
59 | 59 | src: local('OpenSansBold'), local('Open Sans Bold'), local('OpenSans Bold'), local('OpenSans-Bold'), |
60 | | - url('{{ pathto('/_static/open-sans-v40-latin_latin-ext-700.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-700.woff2') }}') format('woff2'); |
| 60 | + url('{{ pathto('_static/open-sans-v40-latin_latin-ext-700.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-700.woff2') }}') format('woff2'); |
61 | 61 | } |
62 | 62 |
|
63 | 63 | /* open-sans-700italic - latin_latin-ext */ |
|
67 | 67 | font-style: italic; |
68 | 68 | font-weight: 700; |
69 | 69 | src: local('OpenSansBoldItalic'), local('Open Sans Bold Italic'), local('OpenSans Bold Italic'), local('OpenSans-BoldItalic'), local('OpenSans-Bold-Italic'), |
70 | | - url('{{ pathto('/_static/open-sans-v40-latin_latin-ext-700italic.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-700italic.woff2') }}') format('woff2'); |
| 70 | + url('{{ pathto('_static/open-sans-v40-latin_latin-ext-700italic.woff2', 1) + '?' + md5('theme/static/open-sans-v40-latin_latin-ext-700italic.woff2') }}') format('woff2'); |
71 | 71 | } |
72 | 72 |
|
73 | 73 | </style> |
|
0 commit comments