Skip to content

Commit 38ceaef

Browse files
authoredDec 13, 2024
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

+3
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

+1
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

+1
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

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
assets/fonts/**/sources
12
build/
23
source/_patterns/**

‎assets/fonts/LICENSE

+4
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.

‎assets/fonts/dbscreenhead-black.woff2

34.6 KB
Binary file not shown.

‎assets/fonts/dbscreenhead-light.woff

45.1 KB
Binary file not shown.

‎assets/fonts/dbscreenhead-light.woff2

32.7 KB
Binary file not shown.
45.1 KB
Binary file not shown.
32.8 KB
Binary file not shown.

‎assets/fonts/dbscreensans-bold.woff

30.5 KB
Binary file not shown.

‎assets/fonts/dbscreensans-bold.woff2

23.8 KB
Binary file not shown.
30.7 KB
Binary file not shown.
Binary file not shown.

‎assets/fonts/dbscreensans-medium.woff

30.9 KB
Binary file not shown.
24.2 KB
Binary file not shown.
30.3 KB
Binary file not shown.
23.6 KB
Binary file not shown.
31.2 KB
Binary file not shown.
24.6 KB
Binary file not shown.
57.5 KB
Binary file not shown.
43.7 KB
Binary file not shown.
55.6 KB
Binary file not shown.
42.1 KB
Binary file not shown.
48.1 KB
Binary file not shown.
33.7 KB
Binary file not shown.
48.3 KB
Binary file not shown.
Binary file not shown.

‎patternlab-config.json

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
},
5050
"js": "./source/js",
5151
"images": "./source/images",
52+
"fonts": "./assets/fonts",
5253
"css": "./source/css",
5354
"icons": "./assets/icons",
5455
"sitemap": "./source/sitemap.xml"
@@ -61,6 +62,7 @@
6162
"styleguide": "out/styleguide/",
6263
"js": "out/js",
6364
"images": "out/images",
65+
"fonts": "out/fonts",
6466
"css": "out/css",
6567
"icons": "out/icons",
6668
"sitemap": "out/sitemap.xml"

0 commit comments

Comments
 (0)
Please sign in to comment.