Skip to content

Commit

Permalink
Nerd Fonts v3.0.0 Update!!
Browse files Browse the repository at this point in the history
This is a major release and they have made major changes.

refs: https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0

The icons used in the articles on the site have changed, but that's because we couldn't find the same font we were using before!
Maybe if I look for it properly, I can find it. 😅

But it's a good opportunity and I'll enjoy the change! 😆
  • Loading branch information
CoralPink committed May 6, 2023
1 parent 3d84420 commit 6c1b43c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 99 deletions.
2 changes: 1 addition & 1 deletion scss/fonts/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
font-family: 'SauceCodePro NF';
font-style: normal;
font-weight: 500;
src: url('SauceCodePro/Sauce Code Pro Medium Nerd Font Complete.woff2') format('woff2');
src: url('SauceCodePro/SauceCodeProNerdFont-Medium.woff2') format('woff2');
font-display: swap;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/fonts/SauceCodePro/LICENSE.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
Copyright 2010-2020 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.

This Font Software is licensed under the SIL Open Font License, Version 1.1.

Expand All @@ -18,7 +18,7 @@ with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
Expand Down
92 changes: 0 additions & 92 deletions src/fonts/SauceCodePro/OFL.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/neovim/lsp/mason-lspconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ sections = {
'diagnostics',
sources = { 'nvim_diagnostic', 'nvim_lsp' },
sections = { 'error', 'warn', 'info', 'hint' },
symbols = { error = ' ', warn = ' ', info = ' ', hint = '' },
symbols = { error = ' ', warn = ' ', info = ' ', hint = '' },
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/neovim/plugin/lualine-part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ require('lualine').setup {
newfile_status = true,
path = 1,
shorting_target = 24,
symbols = { modified = ' _', readonly = ' ', newfile = '' },
symbols = { modified = '_󰷥', readonly = ' ', newfile = '󰄛' },
},
},
lualine_c = {},
Expand Down
4 changes: 2 additions & 2 deletions src/neovim/plugin/lualine-part3.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require('lualine').setup {
{
'buffers',
buffers_color = switch_color,
symbols = { modified = '_', alternate_file = ' ', directory = ' ' },
symbols = { modified = '_󰷥', alternate_file = ' ', directory = ' ' },
},
},
lualine_b = {},
Expand Down Expand Up @@ -155,7 +155,7 @@ If you have other plugins installed that keep track of branch info. lualine can
~~~admonish example title="extensions/lualine.nvim"
```lua
lualine_y = {
{ 'b:gitsigns_head', icon = { '', color = { fg = colors.orange } }, color = { fg = colors.fg } },
{ 'b:gitsigns_head', icon = { '', color = { fg = colors.orange } }, color = { fg = colors.fg } },
},
```
~~~
Expand Down

0 comments on commit 6c1b43c

Please sign in to comment.