Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
fix: ensure fonts are shipped
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Oct 28, 2025
commit 5da97de0e87700c25823d3f600d3f2cd563fbd84
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
css/fonts/

# We do not ship the Roboto font files (only needed for Cypress) - but we need to ship the other font files
css/fonts/roboto-*

.DS_Store
node_modules/
Expand Down
Binary file added css/fonts/comic-neue-regular.woff2
Binary file not shown.
2 changes: 2 additions & 0 deletions css/fonts/comic-neue-regular.woff2.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2014 The Comic Neue Project Authors (https://github.com/crozynski/comicneue)
SPDX-License-Identifier: OFL-1.1
Binary file added css/fonts/pt-serif-regular.woff2
Binary file not shown.
2 changes: 2 additions & 0 deletions css/fonts/pt-serif-regular.woff2.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2010 ParaType Ltd. (http://www.paratype.com/public)
SPDX-License-Identifier: OFL-1.1
Loading