mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-18 07:42:24 -05:00
fix: add greater unicode range to font subset
Resolves https://github.com/go-vikunja/vikunja/issues/143
This commit is contained in:
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans-BoldItalic_fbf2c1b1.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans-BoldItalic_fbf2c1b1.woff2
Normal file
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans-Bold_a05578f2.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans-Bold_a05578f2.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans-Italic[wght]_efd8026f.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans-Italic[wght]_efd8026f.woff2
Normal file
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans-RegularItalic_27fb479d.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans-RegularItalic_27fb479d.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans-Regular_d6704d12.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans-Regular_d6704d12.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/OpenSans[wght]_e4849d7d.woff2
Normal file
BIN
frontend/src/assets/fonts/OpenSans[wght]_e4849d7d.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/Quicksand-Bold_f945eaa4.woff2
Normal file
BIN
frontend/src/assets/fonts/Quicksand-Bold_f945eaa4.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/Quicksand-Regular_92ba564e.woff2
Normal file
BIN
frontend/src/assets/fonts/Quicksand-Regular_92ba564e.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
frontend/src/assets/fonts/Quicksand-SemiBold_c2a9a8d5.woff2
Normal file
BIN
frontend/src/assets/fonts/Quicksand-SemiBold_c2a9a8d5.woff2
Normal file
Binary file not shown.
BIN
frontend/src/assets/fonts/Quicksand[wght]_6d82d68f.woff2
Normal file
BIN
frontend/src/assets/fonts/Quicksand[wght]_6d82d68f.woff2
Normal file
Binary file not shown.
Binary file not shown.
@@ -10,8 +10,8 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
@supports (font-variation-settings: normal) {
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url($font-files-path + 'Quicksand[wght]_87bdcc7f.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'Quicksand[wght]_87bdcc7f.woff2') format('woff2') tech('variations');
|
||||
src: url($font-files-path + 'Quicksand[wght]_6d82d68f.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'Quicksand[wght]_6d82d68f.woff2') format('woff2') tech('variations');
|
||||
font-style: normal;
|
||||
font-weight: 400 700;
|
||||
font-display: swap;
|
||||
@@ -20,8 +20,8 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans[wght]_54a65da5.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'OpenSans[wght]_54a65da5.woff2') format('woff2') tech('variations');
|
||||
src: url($font-files-path + 'OpenSans[wght]_e4849d7d.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'OpenSans[wght]_e4849d7d.woff2') format('woff2') tech('variations');
|
||||
font-weight: 400 700;
|
||||
font-display: swap;
|
||||
unicode-range: $unicode-range;
|
||||
@@ -29,8 +29,8 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans-Italic[wght]_c9a8fe68.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'OpenSans-Italic[wght]_c9a8fe68.woff2') format('woff2') tech('variations');
|
||||
src: url($font-files-path + 'OpenSans-Italic[wght]_efd8026f.woff2') format('woff2-variations');
|
||||
src: url($font-files-path + 'OpenSans-Italic[wght]_efd8026f.woff2') format('woff2') tech('variations');
|
||||
font-weight: 400 700;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
@@ -42,7 +42,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
@supports not (font-variation-settings: normal) {
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url($font-files-path + 'Quicksand-Regular_3e913e7e.woff2') format('woff2');
|
||||
src: url($font-files-path + 'Quicksand-Regular_92ba564e.woff2') format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
@@ -51,7 +51,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url($font-files-path + 'Quicksand-SemiBold_be48a442.woff2') format('woff2');
|
||||
src: url($font-files-path + 'Quicksand-SemiBold_c2a9a8d5.woff2') format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
@@ -60,7 +60,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url($font-files-path + 'Quicksand-Bold_20b26f76.woff2') format('woff2');
|
||||
src: url($font-files-path + 'Quicksand-Bold_f945eaa4.woff2') format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
@@ -69,7 +69,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans-Regular_d0acb717.woff2') format('woff2');
|
||||
src: url($font-files-path + 'OpenSans-Regular_d6704d12.woff2') format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
@@ -78,7 +78,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans-RegularItalic_48244a7a.woff2') format('woff2');
|
||||
src: url($font-files-path + 'OpenSans-RegularItalic_27fb479d.woff2') format('woff2');
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
@@ -87,7 +87,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans-Bold_eb52363b.woff2') format('woff2');
|
||||
src: url($font-files-path + 'OpenSans-Bold_a05578f2.woff2') format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
@@ -96,7 +96,7 @@ $unicode-range: "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,\
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
src: url($font-files-path + 'OpenSans-BoldItalic_3ff98862.woff2') format('woff2');
|
||||
src: url($font-files-path + 'OpenSans-BoldItalic_fbf2c1b1.woff2') format('woff2');
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
|
||||
Reference in New Issue
Block a user