Skip to content

Commit 6f87ae4

Browse files
committed
Feature: add fonts.css for 'EnOhPee' font in bingel-dc theme
1 parent a944896 commit 6f87ae4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ packages/locales/**/*.d.ts.map
7676
packages/locales/**/*.js
7777
packages/locales/**/*.js.map
7878
packages/themes/**/*.css
79+
!packages/themes/**/fonts.css
7980
!packages/themes/core/*.css
8081
packages/themes/**/*.d.ts
8182
packages/themes/**/*.d.ts.map
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
@font-face {
7+
font-family: EnOhPee;
8+
font-weight: 700;
9+
src: url('./fonts/EnOhPee-Bold.woff2') format('woff2');
10+
}

0 commit comments

Comments
 (0)