diff --git a/src/js/layouts.js b/src/js/layouts.js index fd68d20d2..db9c7f364 100644 --- a/src/js/layouts.js +++ b/src/js/layouts.js @@ -414,6 +414,16 @@ const layouts = { "ฯฌ", "ุฤ", "ไฝ", "ทๆ", "ยณ", "จ๊", "ค๋", "ี์", "ดศ", "ะฮ", "ู?", " " ] - }, + }, + persian_standard: { + keymapShowTopRow: true, + keys: [ + "`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+", + "ض", "ص", "ث", "ق", "ف", "غ", "ع", "ه", "خ", "ح", "ج", "چ", "\"", + "ش", "س", "ی", "ب", "ل", "اآ", "ت", "ن", "م", "ک", "گ", + "\\|", "ظ", "ط", "زژ", "ر", "ذ", "د", "پ", "و", ".", "/?", + " " + ] + } } export default layouts; diff --git a/src/sass/style.scss b/src/sass/style.scss index 3e00e7d46..e96c2f5c5 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -9,6 +9,7 @@ @import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Lato&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap"); :root { --roundness: 0.5rem; @@ -2154,6 +2155,7 @@ key { .word { //flex-direction: row-reverse; direction: rtl; + font-family: "Lalezar"; } } &.withLigatures { @@ -2470,6 +2472,7 @@ key { .word { //flex-direction: row-reverse; direction: rtl; + font-family: "Lalezar"; } } &.withLigatures {