Font path fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans Symbols 2';
|
||||
src: url('/fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
|
||||
src: url('fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap; /* Prevents invisible text during load */
|
||||
|
||||
Reference in New Issue
Block a user