Skip to content

Commit

Permalink
refactor: revert "refactor: remove brand fonts (#618)" (#629)
Browse files Browse the repository at this point in the history
Revert "refactor: remove brand fonts (#618)"

This reverts commit 6cf080c.
  • Loading branch information
mfranzke authored Dec 13, 2024
1 parent 10cf903 commit 38ceaef
Show file tree
Hide file tree
Showing 30 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": [
"assets/fonts\\S*/sources/.*$"
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
Expand Down
1 change: 1 addition & 0 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignore": [
"**/node_modules/**",
"**/assets/fonts/**/sources/**",
"**/public/**",
"**/build/**"
]
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
assets/fonts/**/sources/
public/
package-lock.json
build/
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
assets/fonts/**/sources
build/
source/_patterns/**
4 changes: 4 additions & 0 deletions assets/fonts/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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):
_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._

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.
Binary file added assets/fonts/dbscreenhead-black.woff
Binary file not shown.
Binary file added assets/fonts/dbscreenhead-black.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreenhead-light.woff
Binary file not shown.
Binary file added assets/fonts/dbscreenhead-light.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreenhead-regular.woff
Binary file not shown.
Binary file added assets/fonts/dbscreenhead-regular.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensans-bold.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensans-bold.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensans-digitalregular.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensans-digitalregular.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensans-medium.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensans-medium.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensans-regular.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensans-regular.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensans-semibold.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensans-semibold.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensanscond-bold.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensanscond-bold.woff2
Binary file not shown.
Binary file added assets/fonts/dbscreensanscond-regular.woff
Binary file not shown.
Binary file added assets/fonts/dbscreensanscond-regular.woff2
Binary file not shown.
Binary file added assets/fonts/secondary/dbscreennews-bold.woff
Binary file not shown.
Binary file added assets/fonts/secondary/dbscreennews-bold.woff2
Binary file not shown.
Binary file added assets/fonts/secondary/dbscreennews-regular.woff
Binary file not shown.
Binary file added assets/fonts/secondary/dbscreennews-regular.woff2
Binary file not shown.
2 changes: 2 additions & 0 deletions patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"js": "./source/js",
"images": "./source/images",
"fonts": "./assets/fonts",
"css": "./source/css",
"icons": "./assets/icons",
"sitemap": "./source/sitemap.xml"
Expand All @@ -61,6 +62,7 @@
"styleguide": "out/styleguide/",
"js": "out/js",
"images": "out/images",
"fonts": "out/fonts",
"css": "out/css",
"icons": "out/icons",
"sitemap": "out/sitemap.xml"
Expand Down

0 comments on commit 38ceaef

Please sign in to comment.