Skip to content

Commit

Permalink
fix(font-family): add Vazirmatn to code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-nematpour committed Oct 22, 2024
1 parent 65fc089 commit 1f7a3ee
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .vitepress/theme/styles/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

--vt-scroll-thumb-color-dark: #767676;
--vt-scroll-track-color-dark: #242424;

--vt-font-family-base: 'Vazirmatn', 'Inter var experimental', 'Inter var',
Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif !important;
--vt-font-family-mono: Menlo, Monaco, Consolas, 'Vazirmatn',
'Courier New', monospace !important;
}

/* Firefox */
Expand Down Expand Up @@ -62,11 +69,6 @@ li {
direction: rtl;
}

:root {
--vt-font-family-base: 'Vazirmatn', sans-serif !important;
--vp-font-family-mono: 'Vazirmatn', sans-serif !important;
}

.license {
direction: ltr;
}
Expand Down Expand Up @@ -169,6 +171,6 @@ li {
padding-top: 0.5px;
}

.vt-banner-text{
.vt-banner-text {
direction: ltr;
}

0 comments on commit 1f7a3ee

Please sign in to comment.