File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
- <img src =" header.svg " width =" 100% " alt =" css-in-readme " >
1
+ <img src =" ./public/ header.svg" width =" 100% " alt =" css-in-readme " >
2
2
3
3
# Tetrisly React
4
4
@@ -53,20 +53,6 @@ function App() {
53
53
}
54
54
```
55
55
56
- ### Default font
57
-
58
- Tetrisly uses [ Inter] ( https://fonts.google.com/specimen/Inter ) font as default. To add it to your app you should link it
59
- in your root ` .html ` file:
60
-
61
- ``` html
62
- <link rel =" preconnect" href =" https://fonts.googleapis.com" />
63
- <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin />
64
- <link
65
- href =" https://fonts.googleapis.com/css2?family=Inter:wght@400;450;600&display=swap"
66
- rel =" stylesheet"
67
- />
68
- ```
69
-
70
56
## Usage/Examples
71
57
72
58
``` typescript
@@ -113,7 +99,7 @@ To run tests, run the following command
113
99
114
100
## Documentation
115
101
116
- <img src = " public/logo_docs.svg" />
102
+ <img src = " ./ public/logo_docs.svg" />
117
103
118
104
If you want to dive deeper into the components Tetrisly offers, check out our official documentation: [Tetrisly Docs](https : // docs.tetrisly.com/)
119
105
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ import { Meta, Markdown } from '@storybook/addon-docs';
2
2
import readme from ' @/../README.md?raw' ;
3
3
4
4
<Meta title = " Docs/ReadMe" />
5
-
6
- <Markdown >{ readme } </Markdown >
5
+ <Markdown >{ readme .replaceAll (' ./public' , ' ' )} </Markdown >
You can’t perform that action at this time.
0 commit comments