Skip to content

Commit 38ceaef

Browse files
authored
refactor: revert "refactor: remove brand fonts (#618)" (#629)
Revert "refactor: remove brand fonts (#618)" This reverts commit 6cf080c.
1 parent 10cf903 commit 38ceaef

30 files changed

+12
-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
@@ -1,3 +1,4 @@
1+
assets/fonts/**/sources/
12
public/
23
package-lock.json
34
build/

.stylelintignore

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

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.
49.4 KB
Binary file not shown.
34.6 KB
Binary file not shown.
45.1 KB
Binary file not shown.
32.7 KB
Binary file not shown.
45.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)