Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#26): Upgrade to latest version of AOE Tech Radar #27

Merged
merged 37 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
be1971e
Upgrade changes
andrablaj Apr 5, 2024
28dd048
Update CI
andrablaj Apr 5, 2024
dac4542
Update content
andrablaj Apr 5, 2024
b88e1d0
Fix blip color
andrablaj Apr 5, 2024
6cca3d6
Update colors
andrablaj Apr 5, 2024
1f94135
Merge branch 'main' into 26-upgrade
andrablaj Apr 5, 2024
ae7458b
Reset removed line in package.json
andrablaj Apr 5, 2024
e56f2ad
Add new line
andrablaj Apr 5, 2024
920dd73
Fix stop
andrablaj Apr 5, 2024
d064631
Fix colors
andrablaj Apr 5, 2024
34b8dfb
Update readme
andrablaj Apr 5, 2024
46a4d63
Update readme
andrablaj Apr 5, 2024
f00de01
chore: Use main branch of the core repo
andrablaj Apr 9, 2024
cd6554c
Update package lock
andrablaj Apr 9, 2024
6a0cc61
chore: Add CHT fonts
andrablaj Apr 12, 2024
3ac5d05
Merge branch 'main' into 26-upgrade
andrablaj Apr 12, 2024
1cc76b2
Update .gitignore
andrablaj Apr 12, 2024
3f159b5
chore: Use core main branch
andrablaj Apr 12, 2024
5b8f7cb
Update README
andrablaj Apr 15, 2024
7d84eb9
Merge branch 'main' into 26-upgrade
andrablaj Jun 28, 2024
becf083
Update package-lock
andrablaj Jun 28, 2024
45d0dfd
chore: Clarify TypeScript usage
andrablaj Jul 12, 2024
c8551c5
Update CI workflow
andrablaj Aug 30, 2024
839c8c8
Update CI workflow
andrablaj Aug 30, 2024
08606c6
Update GA script
andrablaj Sep 9, 2024
f41ee03
Update README
andrablaj Sep 9, 2024
0d163d8
Check if CI works
andrablaj Sep 9, 2024
e2cb1ce
Revert change
andrablaj Sep 9, 2024
750e755
Use latest cht-tech-radar-core
andrablaj Sep 9, 2024
0de7080
Update README
andrablaj Sep 9, 2024
77dd052
fix CI
andrablaj Sep 9, 2024
7448216
Try to fix CI
andrablaj Sep 27, 2024
3b98388
Try to fix CI
andrablaj Sep 27, 2024
d4b5297
Try to fix CI
andrablaj Sep 27, 2024
d2d357d
Update node version
andrablaj Sep 27, 2024
b2c7eb8
Update README
andrablaj Sep 27, 2024
31defe6
Remove we mentions
andrablaj Sep 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Add CHT fonts
  • Loading branch information
andrablaj committed Apr 12, 2024
commit 6a0cc61c294b7d540b1686ec0f93777644b5dc4e
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}

- run: npm i
- run: PUBLIC_URL=/cht-tech-radar-contributors REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
- run: npm run serve
- run: npm run deploy

27 changes: 25 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
/* Use this file to optionally override global css styles and use with caution. */
/* See README.md for hints and examples: https://github.com/medic/cht-tech-radar-core */
@font-face {
font-family: "DIN";
src: url("../../public/fonts/NotoSans-Regular.ttf");
font-weight: normal;
}

@font-face {
font-family: "DIN";
src: url("../../public/fonts/NotoSans-Thin.ttf");
font-weight: 300;
}

@font-face {
font-family: "TIT";
src: url("../../public/fonts/spartan-mb.light.otf");
font-weight: 300;
}

[id^="layout"] {
font-family: "DIN"!important;

}

h1,
h2,
h3 {
font-family: "Spartan";
}
font-family: "TIT"!important;
}
Binary file added public/fonts/NotoSans-Regular.ttf
Binary file not shown.
Binary file added public/fonts/NotoSans-Thin.ttf
Binary file not shown.
Binary file added public/fonts/spartan-mb.light.otf
Binary file not shown.