Skip to content

Commit

Permalink
Neofetch - Шрифт FiraCode Nerd для кода.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampernic committed Apr 23, 2024
1 parent 7fd1c33 commit 12eafd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added docs/public/neofetch/neofetch-fiersik-font.ttf
Binary file not shown.
11 changes: 10 additions & 1 deletion docs/system/neofetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ appstream:
bugtracker: https://github.com/dylanaraps/neofetch/issues
---

<style scoped>
@font-face {
font-family: "FiraCode Nerd Font";
src: url("/neofetch/neofetch-fiersik-font.ttf");
}
code[data-v-4f34940d] {
font-family: 'FiraCode Nerd Font' !important;
}
</style>


# Neofetch
Expand Down Expand Up @@ -1697,4 +1706,4 @@ stdout="off"
```shell[Fiersik]
stdout="off"
```
:::
:::

0 comments on commit 12eafd4

Please sign in to comment.