- yarnpkg/berry#2670: npm-run-all commands in
package.json
need to be quoted - https://github.com/Ayc0/yarn-plugin-envs: reintroduce npm environment variables into scripts
- Favicon.ico - further sizes, transparent background and so on
- CI checks for accessibility (https://github.com/pa11y/pa11y-ci)
-
Permission for use and distribution of flags should be checked
-
Fonts:
-
Clarify which fonts to be used on pages and where:
- Homepage body font is now Bliss (as "Bliss 2") or Open Sans,
<h1>
tags use Playfair Display - What weights/styles of fonts should be used?
- What is the licensing for fonts? (eg https://typography.net/licensing#webfont)
- Homepage uses font smoothing globally, but it shouldn't (https://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/). Most items on the homepage are bold when they display as normally rendered on macOS or Chrome.
- Homepage body font is now Bliss (as "Bliss 2") or Open Sans,
-
-
Colors:
- Clarification around inconsistent colours in Brand DNA and on webpages
- Should JCU logo be using black (#000) or off-black/grey (#231f20) -- website uses the former, download .zip files use the latter.
- Incorrect colours in use on Torres Straight Islander Flag on website
-
Can't use fusv to find usused variables because of lack of @import support XhmikosR/find-unused-sass-variables#23. Linting CSS in this way is disabled for now.
-
imagemin
loses directory structure on output of minified images imagemin/imagemin#191