Fixed 404 errors
This commit is contained in:
parent
dc76060b56
commit
107f76aa9b
|
@ -264,83 +264,6 @@
|
|||
}
|
||||
</style>
|
||||
<style>
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-300-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-ext-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-ext-300-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-300-normal.woff) format('woff');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-ext-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-ext-300-normal.woff) format('woff');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-300-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-ext-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-ext-300-normal.woff) format('woff');
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-vietnamese-300-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-vietnamese-300-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
|
@ -348,8 +271,8 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-400-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
|
@ -359,8 +282,8 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-ext-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-ext-400-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
|
@ -370,7 +293,7 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-400-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
|
@ -381,10 +304,21 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-ext-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-ext-400-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-ext-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* hebrew */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-hebrew-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-hebrew-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
|
@ -392,8 +326,8 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-400-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
|
@ -403,8 +337,8 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-ext-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-ext-400-normal.woff) format('woff');
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-ext-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
|
@ -414,85 +348,8 @@
|
|||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-vietnamese-400-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-vietnamese-400-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-500-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-ext-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-ext-500-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-500-normal.woff) format('woff');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-ext-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-ext-500-normal.woff) format('woff');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-500-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-ext-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-ext-500-normal.woff) format('woff');
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-vietnamese-500-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-vietnamese-500-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-vietnamese-400-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-vietnamese-400-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
|
@ -502,8 +359,8 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-600-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
|
@ -513,8 +370,8 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-ext-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-ext-600-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
|
@ -524,7 +381,7 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-600-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
|
@ -535,10 +392,21 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-ext-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-ext-600-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-ext-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* hebrew */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-hebrew-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-hebrew-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
|
@ -546,8 +414,8 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-600-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
|
@ -557,8 +425,8 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-ext-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-ext-600-normal.woff) format('woff');
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-ext-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
|
@ -568,8 +436,8 @@
|
|||
font-weight: 600;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-vietnamese-600-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-vietnamese-600-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-vietnamese-600-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-vietnamese-600-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
|
@ -579,8 +447,8 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-700-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
|
@ -590,8 +458,8 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-cyrillic-ext-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-cyrillic-ext-700-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-cyrillic-ext-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
|
@ -601,7 +469,7 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-700-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
|
||||
|
@ -612,10 +480,21 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-greek-ext-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-greek-ext-700-normal.woff) format('woff');
|
||||
src: url({{ asset('assets/fonts/Inter/inter-greek-ext-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-greek-ext-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
|
||||
/* hebrew */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-hebrew-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-hebrew-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
|
@ -623,8 +502,8 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-700-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
|
@ -634,8 +513,8 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-latin-ext-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-latin-ext-700-normal.woff) format('woff');
|
||||
unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-latin-ext-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-latin-ext-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
|
@ -645,8 +524,7 @@
|
|||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
font-display: swap;
|
||||
src: url(assets/fonts/Inter/inter-vietnamese-700-normal.woff2) format('woff2'), url(assets/fonts/Inter/inter-vietnamese-700-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
|
||||
src: url({{ asset('assets/fonts/Inter/inter-vietnamese-700-normal.woff2')}} ) format('woff2'), url({{ asset('assets/fonts/Inter/inter-vietnamese-700-normal.woff')}} ) format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue