Skip to content

Commit 6cf080c

Browse files
authored
refactor: remove brand fonts (#618)
* refactor: remove brand fonts * Update .jscpd.json * Update .ecrc * Update .prettierignore * Update .stylelintignore * Update patternlab-config.json
1 parent 61ea5ec commit 6cf080c

30 files changed

+0
-12
lines changed

.ecrc

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"IgnoreDefaults": false,
66
"SpacesAftertabs": false,
77
"NoColor": false,
8-
"Exclude": [
9-
"assets/fonts\\S*/sources/.*$"
10-
],
118
"AllowedContentTypes": [],
129
"PassedFiles": [],
1310
"Disable": {

.jscpd.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"ignore": [
33
"**/node_modules/**",
4-
"**/assets/fonts/**/sources/**",
54
"**/public/**",
65
"**/build/**"
76
]

.prettierignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
assets/fonts/**/sources/
21
public/
32
package-lock.json
43
build/

.stylelintignore

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

assets/fonts/LICENSE

-4
This file was deleted.

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.
-24 KB
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.
-33.9 KB
Binary file not shown.

patternlab-config.json

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
},
5050
"js": "./source/js",
5151
"images": "./source/images",
52-
"fonts": "./assets/fonts",
5352
"css": "./source/css",
5453
"icons": "./assets/icons",
5554
"sitemap": "./source/sitemap.xml"
@@ -62,7 +61,6 @@
6261
"styleguide": "out/styleguide/",
6362
"js": "out/js",
6463
"images": "out/images",
65-
"fonts": "out/fonts",
6664
"css": "out/css",
6765
"icons": "out/icons",
6866
"sitemap": "out/sitemap.xml"

0 commit comments

Comments
 (0)