We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944896 commit 6f87ae4Copy full SHA for 6f87ae4
.gitignore
@@ -76,6 +76,7 @@ packages/locales/**/*.d.ts.map
76
packages/locales/**/*.js
77
packages/locales/**/*.js.map
78
packages/themes/**/*.css
79
+!packages/themes/**/fonts.css
80
!packages/themes/core/*.css
81
packages/themes/**/*.d.ts
82
packages/themes/**/*.d.ts.map
packages/themes/bingel-dc/fonts.css
@@ -0,0 +1,10 @@
1
+@font-face {
2
+ font-family: EnOhPee;
3
+ font-weight: 400;
4
+ src: url('./fonts/EnOhPee-Regular.woff2') format('woff2');
5
+}
6
7
8
+ font-weight: 700;
9
+ src: url('./fonts/EnOhPee-Bold.woff2') format('woff2');
10
0 commit comments