14 lines
791 B
Markdown
14 lines
791 B
Markdown
# Bundled resources
|
|
|
|
| File | Origin | License |
|
|
|------|--------|---------|
|
|
| `fonts/FiraSans-Regular.ttf` | [Fira Sans](https://github.com/mozilla/Fira) (Mozilla) | SIL Open Font License 1.1 |
|
|
| `fonts/fa-solid-900.ttf` | [Font Awesome 6 Free](https://fontawesome.com) Solid | SIL Open Font License 1.1 (font), CC BY 4.0 (icons) |
|
|
| `fonts/IconsFontAwesome6.h` | [IconFontCppHeaders](https://github.com/juliettef/IconFontCppHeaders) | zlib |
|
|
| `icons/streamhub-client.svg` | This project | EUPL v1.1 |
|
|
| `streamhub-client.desktop` | This project | EUPL v1.1 |
|
|
|
|
The fonts are loaded at runtime from (in order): `<exe>/../share/streamhub-client/fonts`,
|
|
`<exe>/resources/fonts` (build tree), the source-tree `resources/fonts` directory baked in
|
|
at configure time, then system font fallbacks.
|