https://github.com/vendicated/random-files
https://github.com/vendicated/random-files
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vendicated/random-files
- Owner: Vendicated
- Created: 2022-12-02T16:28:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T22:27:17.000Z (about 3 years ago)
- Last Synced: 2025-04-04T05:12:45.953Z (about 1 year ago)
- Size: 2.48 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random files
le random files
## Dashless
Replace dashes in Discord channel names with spaces
```css
@font-face {
font-family: "Dashless";
src: url("https://vendicated.github.io/random-files/Dashless.woff2") format("woff2");
}
[data-list-item-id^=channels___], /* channel list */
[class^=titleWrapper] > h1, /* top bar with topic */
[class^=resultChannel], /* channel name in search */
[class^=placeholder][class*=slateTextArea] /* "Send a message in #blah" */
{
font-family: "Dashless", var(--font-primary);
}
```
