Skip to content

Commit

Permalink
chore: Remove unused fonts (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Apr 12, 2024
1 parent b17bed5 commit bc6e06c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ The repository for the [CHT Technology Radar for Contributors](https://docs.comm

## TODO Create your own radar

### Step 1: Create a new project
### Step 1: Create a new radar starting from this respository

Ensure node.js ist installed and create a new project by creating a new folder with a `package.json`
file like the following and adapt to your needs:
Ensure `node.js` is installed. Create a new project by creating a new folder with a `package.json` file like the following and adapt it to your needs:

```json
{
Expand Down Expand Up @@ -61,7 +60,7 @@ Open the `config.json` file and configure the radar to your needs.
| social | Social links in the footer. See config below |
| imprint | URL to the legal information |
| labels | Configure the labels to change the texts and labels of the radar |
| tags | (optional) Use to render only items, which contain at least one of the specified tags. e.g `["frontend", "backend"]` |
| tags | (optional) Use to render only items, which contain at least one of the specified tags. e.g `["data", "tool"]` |
| editUrl | (optional) If set, an edit button will be shown next to the revision.<br/> You can use placeholders for `{id}` and `{release}` |

#### `config.toggles`
Expand Down
11 changes: 0 additions & 11 deletions public/fonts.css

This file was deleted.

Binary file removed public/fonts/NotoSans-Regular.ttf
Binary file not shown.
Binary file removed public/fonts/NotoSans-Thin.ttf
Binary file not shown.

0 comments on commit bc6e06c

Please sign in to comment.