Skip to content

Commit 5073004

Browse files
committed
docs: update asset paths
1 parent 8079463 commit 5073004

13 files changed

Lines changed: 52 additions & 10 deletions
Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,42 @@
11
:root {
22
--theme-color: #0284c7;
33
--theme-secondary-color: #14b8a6;
4-
54
--theme-hover-color: #0ea5e9;
65
}
76

87
@font-face {
98
font-family: 'Material Icons';
109
font-style: normal;
1110
font-weight: 400;
12-
src: url(fonts/material-icons.woff2) format('woff2');
11+
src: url(/assets/fonts/material-icons.woff2) format('woff2');
12+
}
13+
@font-face {
14+
font-family: 'Roboto Mono';
15+
font-style: normal;
16+
font-weight: 400;
17+
src: url(/assets/fonts/roboto-mono-400.woff2) format('woff2');
18+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
19+
}
20+
@font-face {
21+
font-family: 'Source Sans Pro';
22+
font-style: normal;
23+
font-weight: 300;
24+
src: url(/assets/fonts/source-sans-pro-300.woff2) format('woff2');
25+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
26+
}
27+
@font-face {
28+
font-family: 'Source Sans Pro';
29+
font-style: normal;
30+
font-weight: 400;
31+
src: url(/assets/fonts/source-sans-pro-400.woff2) format('woff2');
32+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
33+
}
34+
@font-face {
35+
font-family: 'Source Sans Pro';
36+
font-style: normal;
37+
font-weight: 600;
38+
src: url(/assets/fonts/source-sans-pro-600.woff2) format('woff2');
39+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1340
}
1441

1542
.material-icons {

docs/assets/css/vue.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
12.4 KB
Binary file not shown.
14.4 KB
Binary file not shown.
14.5 KB
Binary file not shown.
14.5 KB
Binary file not shown.

docs/assets/js/docsify-copy-code.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)