Skip to content

Commit 15c6974

Browse files
trying to directly add fonts
1 parent 4249b7f commit 15c6974

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

dist/TWK Everett Bold.otf

174 KB
Binary file not shown.

dist/TWK Everett Regular.otf

147 KB
Binary file not shown.

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
@font-face {
66
font-family: 'TWK Everett Regular';
77
src: local('TWK Everett Regular'),
8-
url('file:///android_asset/fonts/TWK Everett Regular.otf')
8+
url('TWK Everett Regular.otf')
99
format('opentype');
1010
}
1111
@font-face {
1212
font-family: 'TWK Everett Bold';
1313
src: local('TWK Everett Bold'),
14-
url('file:///android_asset/fonts/TWK Everett Bold.otf')
14+
url('TWK Everett Bold.otf')
1515
format('opentype');
1616
}
1717
html {

dist/index.html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ export default `<html><head>
44
@font-face {
55
font-family: 'TWK Everett Regular';
66
src: local('TWK Everett Regular'),
7-
url('file:///android_asset/fonts/TWK Everett Regular.otf')
7+
url('TWK Everett Regular.otf')
88
format('opentype');
99
}
1010
@font-face {
1111
font-family: 'TWK Everett Bold';
1212
src: local('TWK Everett Bold'),
13-
url('file:///android_asset/fonts/TWK Everett Bold.otf')
13+
url('TWK Everett Bold.otf')
1414
format('opentype');
1515
}
1616
html {

src/TWK Everett Bold.otf

174 KB
Binary file not shown.

src/TWK Everett Regular.otf

147 KB
Binary file not shown.

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
@font-face {
66
font-family: 'TWK Everett Regular';
77
src: local('TWK Everett Regular'),
8-
url('file:///android_asset/fonts/TWK Everett Regular.otf')
8+
url('TWK Everett Regular.otf')
99
format('opentype');
1010
}
1111
@font-face {
1212
font-family: 'TWK Everett Bold';
1313
src: local('TWK Everett Bold'),
14-
url('file:///android_asset/fonts/TWK Everett Bold.otf')
14+
url('TWK Everett Bold.otf')
1515
format('opentype');
1616
}
1717
html {

0 commit comments

Comments
 (0)