Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
persist-credentials: false

- name: Format code
uses: creyD/prettier_action@v4.2
uses: creyD/prettier_action@v4.5
with:
prettier_options: --write **/*.{md,js,html,css}
same_commit: false
Expand Down
15 changes: 12 additions & 3 deletions assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ html,
body {
padding: 0;
margin: 0;
font-family: Vazirmatn RD UI FD, sans-serif;
font-family:
Vazirmatn RD UI FD,
sans-serif;
background-color: var(--bg-color);
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -102,8 +104,15 @@ hr {
/* code */
.code {
border-radius: 3px;
font-family: Space Mono, SFMono-Regular, Menlo, Monaco, Consolas,
Liberation Mono, Courier New, monospace;
font-family:
Space Mono,
SFMono-Regular,
Menlo,
Monaco,
Consolas,
Liberation Mono,
Courier New,
monospace;
background: var(--bg-color);
border: 1px solid var(--light-gray-color);
color: var(--primary-color-light);
Expand Down
4 changes: 3 additions & 1 deletion assets/css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ nav {

.changelog .section__title,
.changelog .button--secondary {
font-family: Vazirmatn RD UI FD, sans-serif;
font-family:
Vazirmatn RD UI FD,
sans-serif;
}

.changelog__item {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="fa">
<head>
<meta charset="utf-8" />
Expand Down