diff --git a/.gitignore b/.gitignore index 27464046f..feb19e486 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/css/fonts/comic-neue-regular.woff2 b/css/fonts/comic-neue-regular.woff2 new file mode 100644 index 000000000..841d5c7d9 Binary files /dev/null and b/css/fonts/comic-neue-regular.woff2 differ diff --git a/css/fonts/comic-neue-regular.woff2.license b/css/fonts/comic-neue-regular.woff2.license new file mode 100644 index 000000000..12cb99c8b --- /dev/null +++ b/css/fonts/comic-neue-regular.woff2.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2014 The Comic Neue Project Authors (https://github.com/crozynski/comicneue) +SPDX-License-Identifier: OFL-1.1 diff --git a/css/fonts/pt-serif-regular.woff2 b/css/fonts/pt-serif-regular.woff2 new file mode 100644 index 000000000..97e8e3d35 Binary files /dev/null and b/css/fonts/pt-serif-regular.woff2 differ diff --git a/css/fonts/pt-serif-regular.woff2.license b/css/fonts/pt-serif-regular.woff2.license new file mode 100644 index 000000000..114201e05 --- /dev/null +++ b/css/fonts/pt-serif-regular.woff2.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2010 ParaType Ltd. (http://www.paratype.com/public) +SPDX-License-Identifier: OFL-1.1