diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 42a38d9..2addd5e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 diff --git a/assets/css/global.css b/assets/css/global.css index 6726cd1..9b0be27 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -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; @@ -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); diff --git a/assets/css/landing.css b/assets/css/landing.css index 7fbae33..4b29c64 100644 --- a/assets/css/landing.css +++ b/assets/css/landing.css @@ -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 { diff --git a/index.html b/index.html index 6fc44d8..8dd5958 100755 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +