Skip to content

Commit 53a0d1a

Browse files
committed
Add font roboto
1 parent ed115f2 commit 53a0d1a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Ralf Langebrake
3+
Copyright (c) 2025 Ralf Langebrake
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ RUN apk add --update \
2929
font-noto \
3030
font-noto-cjk \
3131
font-awesome \
32-
font-noto-extra
32+
font-noto-extra \
33+
font-roboto
3334

3435
### build essentials for node canvas
3536
RUN apk add --update --no-cache \

0 commit comments

Comments
 (0)