Skip to content

Commit

Permalink
refactor: remove brand fonts (#618)
Browse files Browse the repository at this point in the history
* refactor: remove brand fonts

* Update .jscpd.json

* Update .ecrc

* Update .prettierignore

* Update .stylelintignore

* Update patternlab-config.json
  • Loading branch information
mfranzke authored Dec 6, 2024
1 parent 61ea5ec commit 6cf080c
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .ecrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": [
"assets/fonts\\S*/sources/.*$"
],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
Expand Down
1 change: 0 additions & 1 deletion .jscpd.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ignore": [
"**/node_modules/**",
"**/assets/fonts/**/sources/**",
"**/public/**",
"**/build/**"
]
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
assets/fonts/**/sources/
public/
package-lock.json
build/
Expand Down
1 change: 0 additions & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
assets/fonts/**/sources
build/
source/_patterns/**
4 changes: 0 additions & 4 deletions assets/fonts/LICENSE

This file was deleted.

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

Please sign in to comment.