Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Sep 13, 2023
2 parents 3e19ae9 + c5ce7f6 commit a844a96
Show file tree
Hide file tree
Showing 113 changed files with 8,242 additions and 8,694 deletions.
16,616 changes: 8,060 additions & 8,556 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"@babel/preset-env": "^7.21.4",
"@fontsource/inter": "5.0.5",
"@fontsource/rasa": "5.0.5",
"@fontsource/inter": "5.0.8",
"@fontsource/rasa": "5.0.12",
"@hotwired/turbo": "^7.3.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
Expand All @@ -17,27 +17,27 @@
"bulma-checkradio": "2.1.3",
"bulma-switch": "2.0.4",
"bulma-tooltip": "3.0.2",
"del": "7.0.0",
"del": "7.1.0",
"fontawesome-subset": "4.4.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-replace": "1.1.4",
"gulp-sass": "5.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^3.20.2",
"sass": "1.64.2",
"sass": "1.66.1",
"uglify-js": "^3.17.4"
},
"description": "A task scheduling tool.",
"devDependencies": {
"@fortawesome/fontawesome-free": "6.4.0",
"@fortawesome/fontawesome-free": "6.4.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
"@semantic-release/commit-analyzer": "10.0.4",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.4",
"@semantic-release/npm": "10.0.4",
"@semantic-release/release-notes-generator": "11.0.4",
"@semantic-release/github": "9.0.5",
"@semantic-release/npm": "10.0.5",
"@semantic-release/release-notes-generator": "11.0.7",
"browser-sync": "^2.29.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.46.0",
Expand All @@ -47,7 +47,7 @@
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2",
"prettier": "3.0.1",
"semantic-release": "21.0.7"
"semantic-release": "21.1.1"
},
"homepage": "https://atlas-hub.atlas.bi",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -80,5 +80,5 @@
"test:lint": "poetry run tox -e lint",
"test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\""
},
"version": "2.10.4"
"version": "2.10.5"
}
176 changes: 110 additions & 66 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Flask = "^2.0.1"
Flask-APScheduler = "^1.12.2"
Flask-Assets = "^2.0"
Flask-Caching = "^2.0.0"
Flask-Compress = "1.13"
Flask-Compress = "1.14"
Flask-Executor = "^1.0.0"
Flask-HTMLmin = "^2.1.0"
Flask-Login = "^0.6.0"
Expand All @@ -113,7 +113,7 @@ Flask-SQLAlchemy = "^3.0.0"
Flask-SQLAlchemy-Caching = "^1.0.4"
Flask-Script = "^2.0.6"
Jinja2 = "^3.0.1"
SQLAlchemy = "2.0.19"
SQLAlchemy = "2.0.20"
SQLAlchemy-Utils = "^0.41.0"
bs4 = "^0.0.1"
cryptography = "^41.0.0"
Expand Down Expand Up @@ -161,7 +161,7 @@ pre-commit = "^3.0.0"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
radon = "^6.0.0"
ruff = "^0.0.282"
ruff = "^0.0.289"
toml = "^0.10.2"
tox = "^4.0.8"
types-flask = "^1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion web/static/css/base.css

Large diffs are not rendered by default.

Binary file modified web/static/fonts/fontawesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified web/static/fonts/fontawesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified web/static/fonts/fontawesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified web/static/fonts/fontawesome/webfonts/fa-solid-900.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions web/static/fonts/inter/100.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 100;
src: url(/static/fonts/inter/files/inter-latin-ext-100-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-100-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-100-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 100;
src: url(/static/fonts/inter/files/inter-latin-100-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-100-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/200.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 200;
src: url(/static/fonts/inter/files/inter-latin-ext-200-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-200-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-200-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 200;
src: url(/static/fonts/inter/files/inter-latin-200-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-200-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/300.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/inter/files/inter-latin-ext-300-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-300-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-300-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/inter/files/inter-latin-300-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/400.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 400;
src: url(/static/fonts/inter/files/inter-latin-ext-400-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-400-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-400-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 400;
src: url(/static/fonts/inter/files/inter-latin-400-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/500.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 500;
src: url(/static/fonts/inter/files/inter-latin-ext-500-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-500-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-500-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 500;
src: url(/static/fonts/inter/files/inter-latin-500-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/600.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 600;
src: url(/static/fonts/inter/files/inter-latin-ext-600-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-600-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-600-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 600;
src: url(/static/fonts/inter/files/inter-latin-600-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/700.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 700;
src: url(/static/fonts/inter/files/inter-latin-ext-700-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-700-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-700-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 700;
src: url(/static/fonts/inter/files/inter-latin-700-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/800.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 800;
src: url(/static/fonts/inter/files/inter-latin-ext-800-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-800-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-800-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 800;
src: url(/static/fonts/inter/files/inter-latin-800-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-800-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/900.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 900;
src: url(/static/fonts/inter/files/inter-latin-ext-900-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-900-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-900-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 900;
src: url(/static/fonts/inter/files/inter-latin-900-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-900-normal.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
font-display: swap;
font-weight: 400;
src: url(/static/fonts/inter/files/inter-latin-ext-400-normal.woff2) format('woff2'), url(/static/fonts/inter/files/inter-latin-ext-400-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-400-normal */
Expand All @@ -65,5 +65,5 @@
font-display: swap;
font-weight: 400;
src: url(/static/fonts/inter/files/inter-latin-400-normal.woff2) format('woff2'), url(/static/fonts/inter/files/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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fontsource/inter",
"version": "5.0.5",
"version": "5.0.8",
"description": "Self-host the Inter font in a neatly bundled NPM package.",
"main": "index.css",
"publishConfig": {"access": "public"},
Expand All @@ -26,5 +26,5 @@
"url": "https://github.com/fontsource/font-files.git",
"directory": "fonts/google/inter"
},
"publishHash": "379a4e789882e0e1"
"publishHash": "326faff29b179b18"
}
4 changes: 2 additions & 2 deletions web/static/fonts/inter/scss/metadata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ $unicode: (
greek-ext: (U+1F00-1FFF),
greek: (U+0370-03FF),
vietnamese: (U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB),
latin-ext: (U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF),
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
latin-ext: (U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF),
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
) !default;
4 changes: 2 additions & 2 deletions web/static/fonts/inter/unicode.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"greek-ext": "U+1F00-1FFF",
"greek": "U+0370-03FF",
"vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB",
"latin-ext": "U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF",
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
"latin-ext": "U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF",
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"
}
4 changes: 2 additions & 2 deletions web/static/fonts/rasa/300-italic.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/rasa/files/rasa-latin-ext-300-italic.woff2) format('woff2'), url(/static/fonts/rasa/files/rasa-latin-ext-300-italic.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* rasa-latin-300-italic */
Expand All @@ -35,5 +35,5 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/rasa/files/rasa-latin-300-italic.woff2) format('woff2'), url(/static/fonts/rasa/files/rasa-latin-300-italic.woff) format('woff');
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
4 changes: 2 additions & 2 deletions web/static/fonts/rasa/300.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/rasa/files/rasa-latin-ext-300-normal.woff2) format('woff2'), url(/static/fonts/rasa/files/rasa-latin-ext-300-normal.woff) format('woff');
unicode-range: U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* rasa-latin-300-normal */
Expand All @@ -35,5 +35,5 @@
font-display: swap;
font-weight: 300;
src: url(/static/fonts/rasa/files/rasa-latin-300-normal.woff2) format('woff2'), url(/static/fonts/rasa/files/rasa-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+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
Loading

0 comments on commit a844a96

Please sign in to comment.