Skip to content

Commit b5a03c7

Browse files
authored
Merge pull request #680 from db-ui/refactor-temporary-solution
refactor: Reapply "Merge pull request #675 from db-ui/refactor-temporary-solution"
2 parents 6286fd8 + 41e8426 commit b5a03c7

File tree

54 files changed

+84
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+84
-0
lines changed

.ecrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"IgnoreDefaults": false,
66
"SpacesAftertabs": false,
77
"NoColor": false,
8+
"Exclude": [
9+
"assets/fonts\\S*/sources/.*$"
10+
],
811
"AllowedContentTypes": [],
912
"PassedFiles": [],
1013
"Disable": {

.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore": [
33
"**/node_modules/**",
4+
"**/assets/fonts/**/sources/**",
45
"**/public/**",
56
"**/build/**"
67
]

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5+
assets/fonts/**/sources/
56
public/
67
package-lock.json
78
build/

.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
assets/fonts/**/sources
12
build/
23
source/_patterns/**
34
.stylelintrc.json

assets/fonts/LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Quick summary and translation from the license agreement provided at Deutsche Bahn Marketingportal (https://marketingportal.extranet.deutschebahn.com/marketingportal/Lizenzvereinbarung-ueber-die-Nutzung-der-DB-Type-Schriftenfamilie-9693166):
2+
_You're only allowed to use the font in the context of your work at Deutsche Bahn or to fulfill orders and/or services, that are bound to contracts with Deutsche Bahn. Any other usage especially for private purposes or unintended third parties is strictly prohibited._
3+
4+
Please keep in mind that the "Lizenzvereinbarung über die Nutzung der DB Type Schriftenfamilie" (https://marketingportal.extranet.deutschebahn.com/marketingportal/Lizenzvereinbarung-ueber-die-Nutzung-der-DB-Type-Schriftenfamilie-9693166, german, you need a registration/login) are actually legally binding and this simple and translated excerpt is only giving you a quick hint regarding the whole license agreement; please consult that document for any further license questions and regulations.

assets/fonts/dbscreenhead-black.woff

49.4 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Deutsche Bahn AG
2+
3+
SPDX-License-Identifier: LicenseRef-DB-Designs-License

assets/fonts/dbscreenhead-black.woff2

34.6 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Deutsche Bahn AG
2+
3+
SPDX-License-Identifier: LicenseRef-DB-Designs-License

assets/fonts/dbscreenhead-light.woff

45.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)