Skip to content

Commit 85ff908

Browse files
committed
fix font path
1 parent 8aeb93e commit 85ff908

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

dist/css/app.b7b05f2a.css renamed to dist/css/app.ecdacb9a.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/precache-manifest.36cf47dadf463fcdacc1bba60d88ca4c.js renamed to dist/precache-manifest.91420e9604ef566c703ea3f557b8d627.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
44
"url": "dist/404.html"
55
},
66
{
7-
"revision": "6dbe2b13c06651ae1306",
8-
"url": "dist/css/app.b7b05f2a.css"
7+
"revision": "8e3ca64387be79d2fc7e",
8+
"url": "dist/css/app.ecdacb9a.css"
99
},
1010
{
1111
"revision": "27679e61bfd27e1093f4bf200900b8e7",
@@ -164,11 +164,11 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
164164
"url": "dist/img/ticket-depth.jpg"
165165
},
166166
{
167-
"revision": "b7612a83215b5a58708666551a024028",
167+
"revision": "fd182d534f69a99e2dc0ee16cd6de148",
168168
"url": "dist/index.html"
169169
},
170170
{
171-
"revision": "6dbe2b13c06651ae1306",
171+
"revision": "8e3ca64387be79d2fc7e",
172172
"url": "dist/js/app.e0b69263.js"
173173
},
174174
{

dist/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"dist/precache-manifest.36cf47dadf463fcdacc1bba60d88ca4c.js"
17+
"dist/precache-manifest.91420e9604ef566c703ea3f557b8d627.js"
1818
);
1919

2020
workbox.core.setCacheNameDetails({prefix: "robot-framework"});

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
l.pathname.slice(0, -1) + decoded + l.hash
1818
);
1919
}
20-
}(window.location))</script><link href="dist/css/app.b7b05f2a.css" rel="preload" as="style"><link href="dist/js/app.e0b69263.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.11de9951.js" rel="preload" as="script"><link href="dist/css/app.b7b05f2a.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="dist/img/icons/favicon-16x16.png"><link rel="manifest" href="dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="dist/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="dist/js/chunk-vendors.11de9951.js"></script><script src="dist/js/app.e0b69263.js"></script></body></html>
20+
}(window.location))</script><link href="dist/css/app.ecdacb9a.css" rel="preload" as="style"><link href="dist/js/app.e0b69263.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.11de9951.js" rel="preload" as="script"><link href="dist/css/app.ecdacb9a.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="dist/img/icons/favicon-16x16.png"><link rel="manifest" href="dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="dist/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="dist/js/chunk-vendors.11de9951.js"></script><script src="dist/js/app.e0b69263.js"></script></body></html>

src/assets/css/text.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
@font-face {
22
font-family: 'RBCN';
3-
src: url('/fonts/RBCN23.woff2') format('woff2');
3+
src: url('/dist/fonts/RBCN23.woff2') format('woff2');
44
font-display: swap;
55
font-weight: 500;
66
}
77
@font-face {
88
font-family: 'RBCN-Legacy';
9-
src: url('/fonts/RBTFNT.woff') format('woff');
9+
src: url('/dist/fonts/RBTFNT.woff') format('woff');
1010
font-display: swap;
1111
font-weight: 500;
1212
}
1313
@font-face {
1414
font-family: 'RBCN22';
15-
src: url('/fonts/RBCN-thin.woff2') format('woff');
15+
src: url('/dist/fonts/RBCN-thin.woff2') format('woff');
1616
font-display: swap;
1717
font-weight: 500;
1818
}
1919
@font-face {
2020
font-family: 'OCRA';
21-
src: url('/fonts/OCRA.woff') format('woff');
21+
src: url('/dist/fonts/OCRA.woff') format('woff');
2222
font-display: swap;
2323
}
2424

2525
@font-face {
2626
font-family: 'Courier Code';
27-
src: url('/fonts/CourierCode-Roman.woff2') format('woff');
27+
src: url('/dist/fonts/CourierCode-Roman.woff2') format('woff');
2828
font-display: swap;
2929
font-weight: 400;
3030
}
3131
@font-face {
3232
font-family: 'Courier Code';
33-
src: url('/fonts/CourierCode-Italic.woff') format('woff');
33+
src: url('/dist/fonts/CourierCode-Italic.woff') format('woff');
3434
font-display: swap;
3535
font-weight: 400;
3636
font-style: italic;
3737
}
3838
@font-face {
3939
font-family: 'Courier Code';
40-
src: url('/fonts/CourierCode-Bold.woff') format('woff');
40+
src: url('/dist/fonts/CourierCode-Bold.woff') format('woff');
4141
font-display: swap;
4242
font-weight: 600;
4343
}

0 commit comments

Comments
 (0)