Add font for missing symbol

This commit is contained in:
IRBorisov 2024-01-01 02:01:51 +03:00
parent fe1f7a9056
commit e22c38d9f4
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Geologica:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+Math&display=swap"
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Geologica:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+Math&family=Noto+Sans+Symbols+2&display=swap"
rel="stylesheet"
/>

View File

@ -7,8 +7,8 @@
/* prettier-ignore */
:root {
--font-ui: 'Geologica', sans-serif;
--font-main: 'Rubik', sans-serif, 'Noto Sans Math', 'Segoe UI Symbol';
--font-math: 'Noto Sans Math', sans-serif, 'Segoe UI Symbol';
--font-main: 'Rubik', 'Noto Sans Math', 'Noto Sans Symbols 2', 'Segoe UI Symbol', sans-serif;
--font-math: 'Noto Sans Math', 'Noto Sans Symbols 2', 'Segoe UI Symbol', sans-serif;
/* Light Theme */
--cl-bg-120: hsl(000, 000%, 100%);