summaryrefslogtreecommitdiff
path: root/src/env/assets/fonts
AgeCommit message (Collapse)AuthorFilesLines
2022-06-21IBS: env: fonts, styles, components, routers, storeAndrey V.Kosteltsev18-0/+0
2020-08-28Add Intel themeMateusz Gapski3-0/+0
Add Intel fonts, colours Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: Idbfa1422f2667515efb60e24f9a84b7d77d11fcd
2020-07-27Add ability to customize theme stylesYoshie Muranaka6-0/+0
Showcases how different themes/styles can be supported using .env variables. If an environemnt name is specified during the build process, an overrides file will be pulled in to allow modifications to color and font definitions. This commit includes possible style modifications with the openpower env name as an example. To see the openpower changes, add the variable definition VUE_APP_NAME="openpower" to your .env.development.local file or build using 'npm run build -- --mode openpower' - Moves helper imports into vue config to allow for specific import order - Removed helper imports in SFCs Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iaf7a59c24fda06a7b74e23f2f042fb3300cb2056