Change so that the Project uses HiS's fonts #615
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#615
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to the Wiki the school requires us to use certain fonts for headers and body text. Apply this accordingly.
Do we have copyright for all this?
Be very careful when it comes to redistributing fonts.
Perhaps it is a good idea to paste the font declarations to this issue in order to document that we do not violate some copyright.
There are numerous court cases where font redistribution has caused major issues, and it is good to be careful and document these things so that the decisions can be traced back.
Right now, the app uses the google font IBM Plex Mono, font declaration:
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
It goes under the open fonts license, so it should be fine to use.
The proposed fonts, Agenda and Trump Mediaeval, are owned by adobe and linotype (distributed on MyFonts) respectively, so we would need a license if we were to use them.
The alternative fonts, Arial and Georgia belong to microsoft and comes preinstalled on a lot of machines, and according to their faq we are allowed to use these in our css font stack, as long as we don't upload the fonts to the server
PR #756 closed and merged will close this issue