Skip to content

Commit

Permalink
chore: implement fonts of firacode nerdfont (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Oct 1, 2023
1 parent b46f666 commit 2171e4b
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ repos:
- id: check-merge-conflict
- id: check-added-large-files
files: ^tf|-|\.(py|env|yml|yaml)$
exclude: >
(?x)^(
assets/fonts\/.*$|
)$
- id: check-case-conflict
- id: check-json
- id: check-xml
Expand Down Expand Up @@ -93,4 +97,4 @@ repos:
- --verbose
- id: hadolint
args:
- --config=.ci/linters/.hadolint.yaml
- --config=.ci/linters/.hadolint.yaml
Binary file added assets/fonts/FiraCodeNerdFont-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFont-Light.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFont-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFont-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFont-Retina.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFont-SemiBold.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-Light.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-Retina.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontMono-SemiBold.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-Light.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-Retina.ttf
Binary file not shown.
Binary file added assets/fonts/FiraCodeNerdFontPropo-SemiBold.ttf
Binary file not shown.

0 comments on commit 2171e4b

Please sign in to comment.