diff --git a/package.json b/package.json index 33277a0..031d456 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,12 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", + "audio-react-recorder": "^1.0.4", "axios": "^0.21.1", "bootstrap": "^4.6.0", "node-sass": "^5.0.0", "react": "^17.0.2", + "react-audio-player": "^0.17.0", "react-dom": "^17.0.2", "react-redux": "^7.2.4", "react-router-dom": "^5.2.0", diff --git a/src/App.css b/src/App.css index 74b5e05..56f3422 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,5 @@ +@import "assets/IRANSans/WebFonts/css/fontiran.css"; + .App { text-align: center; } @@ -36,3 +38,19 @@ transform: rotate(360deg); } } + +a{ + color: black !important; +} + + +*{ + font-family: IRANSansNumeral !important; + box-sizing: border-box !important; +} + +@font-face { + font-family: IRANSansNumeral; + src: url(assets/IRANSans/Farsi_numerals/IRANSans\(FaNum\)_Light.ttf); +} + diff --git a/src/Router.js b/src/Router.js index 8a55b6d..8abfdf6 100644 --- a/src/Router.js +++ b/src/Router.js @@ -4,6 +4,7 @@ import store from "./Redux/store"; import { Provider } from "react-redux"; import Home from "./views/Home/Home"; +import ChatRoom from "./views/ChatRoom/ChatRoom"; @@ -27,6 +28,10 @@ export default class AppRouter extends Component { {home} + + {/* */} + + ) diff --git a/src/assets/IRANSans/About_Different_formats.pdf b/src/assets/IRANSans/About_Different_formats.pdf new file mode 100644 index 0000000..d5f7054 Binary files /dev/null and b/src/assets/IRANSans/About_Different_formats.pdf differ diff --git a/src/assets/IRANSans/About_Different_formats.png b/src/assets/IRANSans/About_Different_formats.png new file mode 100644 index 0000000..251d5d6 Binary files /dev/null and b/src/assets/IRANSans/About_Different_formats.png differ diff --git a/src/assets/IRANSans/Farsi_numerals/Black.ttf b/src/assets/IRANSans/Farsi_numerals/Black.ttf new file mode 100644 index 0000000..5870d25 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/Black.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/Bold.ttf b/src/assets/IRANSans/Farsi_numerals/Bold.ttf new file mode 100644 index 0000000..7030427 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/Bold.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/English to Farsi numbers help.pdf b/src/assets/IRANSans/Farsi_numerals/English to Farsi numbers help.pdf new file mode 100644 index 0000000..8ffdbeb Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/English to Farsi numbers help.pdf differ diff --git a/src/assets/IRANSans/Farsi_numerals/Farsi_numerals.png b/src/assets/IRANSans/Farsi_numerals/Farsi_numerals.png new file mode 100644 index 0000000..985a9d4 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/Farsi_numerals.png differ diff --git a/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum).ttf b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum).ttf new file mode 100644 index 0000000..10f2a48 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum).ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_Medium.ttf b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_Medium.ttf new file mode 100644 index 0000000..4913cd8 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_Medium.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_UltraLight.ttf b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_UltraLight.ttf new file mode 100644 index 0000000..758b923 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/IRANSans(FaNum)_UltraLight.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum).ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum).ttf new file mode 100644 index 0000000..c60002a Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum).ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Black.ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Black.ttf new file mode 100644 index 0000000..411ef9e Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Black.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Bold.ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Bold.ttf new file mode 100644 index 0000000..09fab2b Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Bold.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Light.ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Light.ttf new file mode 100644 index 0000000..ecdac1d Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Light.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Medium.ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Medium.ttf new file mode 100644 index 0000000..3dc55d0 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_Medium.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_UltraLight.ttf b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_UltraLight.ttf new file mode 100644 index 0000000..6564159 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/IRANSansMobile(FaNum)_UltraLight.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/MobileFonts/MobileFonts.png b/src/assets/IRANSans/Farsi_numerals/MobileFonts/MobileFonts.png new file mode 100644 index 0000000..2aedf87 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/MobileFonts/MobileFonts.png differ diff --git a/src/assets/IRANSans/Farsi_numerals/light.ttf b/src/assets/IRANSans/Farsi_numerals/light.ttf new file mode 100644 index 0000000..fe57ae6 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/light.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/IRANSans.html b/src/assets/IRANSans/Farsi_numerals/webFonts/IRANSans.html new file mode 100644 index 0000000..89af37a --- /dev/null +++ b/src/assets/IRANSans/Farsi_numerals/webFonts/IRANSans.html @@ -0,0 +1,281 @@ + + + + +IRANSans Family Type face: خانواده فونت ایران سن سریف + + + + + + + +
+ +
+
+

بِسْمِ الله الرَّحْمَنِ الرَّحِيمِ

+
+
د
+
+
+ ن وَالْقَلَمِ وَ مَا يَسْطُرُون +
+ نون؛ سوگند به قلم و آنچه می نويسند. +
+ Noon. I swear by the pen and what the angels write +
+
+
+
+ +
+ +
+

نکاتی درباره تایپوگرافی وب

+
+ +
خ
+
+

از زمان پیدایش نخستین وب سایت، متن ها یکی از اجزای مهم صفحات وب بودند. هر چند به مرور زمان با ورود تصاویر، صوت و فیلم کمی از بار مسئولیت متون کم شد اما هنوز جایگاه خود را از دست نداده اند و بخش مهمی از کار را به عهده دارند.

+

بسیاری از طراحان وب سایت به صورت تجربی بهترین ترکیب و ظاهر را برای نمایش متن ها انتخاب می کنند. اما اصولی وجود دارد که با رعایت آن ها، تاثیرپذیری و زیبایی سایت چند برابر خواهد شد.

+

در ادامه مطلب قصد داریم تعدادی از اصول مقدماتی تایپوگرافی را به اختصار مرور کنیم. هرچند بسیاری از دوستان با این نکات آشنا هستند؛ اما شاید مرور آن ها خالی از لطف نباشد.

+
+ + +
+ +
+
+

تاثیر اندازه فونت و سلسله مراتب تگ‌ها

+
+
پ
+
+

فونت های داخل سایت باید به گونه ای قرار گیرند که کاربر به راحتی بتواند آن ها را بخواند. نوع فونت، وزن و کوچک (یا بزرگ) بودن اندازه آن ممکن است تمایل کاربر برای بازگشت به وب سایت را کاهش دهد. قواعد و قوانین زیادی برای انتخاب بهترین فونت وجود دارد.

+

در زیر می توانید ۵ وزن مختلف خانواده فونت ایران سن سریف را در شرایط یکسان مشاهده کنید. لازم به ذکر است برای این صفحه از وزن نازک (Light) استفاده شده است.

+
+
+ + +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+

تگ‌های هدینگ

+
+
ی
+
+

در این بین، استفاده از تگ های هدینگ مناسب و رعایت سلسله مراتب آن ها، هم مفهوم نوشته را بهتر منتقل می کند و هم تاثیر قابل توجهی در نتایج موتورهای جستجو خواهد داشت. این نکته یکی از فاکتورهای مهم در بهینه سازی وب سایت برای موتورهای جستجو (Search Engine Optimization) است.

+

نمونه ای از خروجی تگ های هدینگ با سایز استاندارد مربوطه به فونت های فونت ایران را در زیر مشاهده می کنید.

+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

سطر و ستون بندی

+
+
م
+
+

معمولاً هرگاه مقدار نوشته از یک سطر بیشتر شود ناگزیر به ستون بندی هستیم. و این کار ما را با چند متغییر مواجه خواهد کرد:

+

۱- عرض ستون‌های متنی که حاوی حداقل۷ کلمه باشد بهترین انتخاب است. اگر ستون کوتاه‌تر باشد چشم بیننده در اثر حرکت‌های زود به زود از پایان یک سطر به ابتدای سطر بعدی خسته خواهد شد. علاوه بر این لبه ستون‌هایی با عرض کم نیز همیشه دندانه ای و بی نظم خواهد بود. ستون‌هایی با عرض طولانی هم برای خواننده آزار دهنده است چرا که چشم در حرکت بازگشت از انتهای یک سطر به ابتدای سطر بعدی ممکن است دچار اشتباه شود. + +

۲- لدینگ یا همان فاصله سطر هم در ستون بندی اهمیت دارد. ستون‌های فشرده اگرچه به لحاظ گرافیکی منسجم و زیبا هستند اما عمل خواندن را مختل می کنند و در مقابل، فاصله سطر زیاد نیز باعث نازیبایی و خستگی چشم خواننده می‌شود. فاصله سطر همیشه می تواند با توجه به نوع فونت و عرض ستون‌ها تغییر کند. بدین ترتیب که فونت‌هایی با دندانه‌های بلند‌تر و ستون‌هایی با عرض بیشتر به لدینگ بیشتری نیاز دارند. +

۳- همترازی هم یکی از متغییرهای پر بحث در ستون بندی است. اما به طور کوتاه و خلاصه باید گفت که بهتر است در متن فارسی از همترازی یا همان Justification استفاده نکنید. این عمل اگرچه لبه پاراگراف شما را مرتب خواهد کرد اما تنظیمات فاصله حروف را تغییر خواهد داد و در نتیجه باعث کاهش خوانایی خواهد شد.

+
+ +
+
(IRANSans Ultra Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Regular)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Medium)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+
+
(IRANSans Bold)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Black)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
+

اعداد و علائم در فونت فارسی

+
+
ظ
+
+

اعداد فارسی: ۱۲۳۴۵۶۷۸۹۰
+ اعداد عربی: ۱۲۳٤٥٦۷۸۹۰
+ اعداد انگلیسی: 1234567890

+

برای تایپ اعداد فارسی در محیط وب از کیبورد استاندارد فارسی استفاده کنید. در ویندوز ۸ و یا بالاتر این کیبورد، با نام Persian(Standard)Keyboard در لیست کیبوردهای ویندوز وجود دارد. همچنین می توانید از این آدرس آن را دانلود و نصب کنید.

+ +

با استفاده از کیبورد استاندارد می‌توانید ممیز فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+3 است. به این شکل: ۳٫۱۴
+ ممیز فارسی با علامت اسلش تفاوت دارد :۳/۱۴ +

+

با استفاده از کیبورد استاندارد می‌توانید جداکننده هزارگان فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+2 است. به این شکل: ۹٬۲۱۰٬۰۰۰
+ این علامت با جدا کننده هزارگان انگلیسی تفاوت دارد : ۹,۲۱۰,۰۰۰ +

+
+
+ +
+
+

نسبت‌های طلایی

+
+
+
+ ۳٫۷۷۷ ÷ ۱٫۶۱۸ = ۲٫۳۳۵ +
+ ۶٫۱۱۲ ÷ ۱٫۶۱۸ = ۳٫۷۷۷ +
+ ۹٫۸۸۹ ÷ ۱٫۶۱۸ = ۶٫۱۱۲ +
+ ۱۶ ÷ ۱٫۶۱۸ = ۹٫۸۸۹ +
+....................................... +
+ ۱۶ × ۱٫۶۱۸ = ۲۵٫۸۸۸ +
+ ۲۵٫۸۸۸ × ۱٫۶۱۸ = ۴۱٫۸۸۷ +
+ ۴۱٫۸۸۷ × ۱٫۶۱۸ = ۶۷٫۷۷۳ +
+ ۶۷٫۷۷۳ × ۱٫۶۱۸ = ۱۰۹٫۶۵۶ +
+
+
+

اهمیت اندازه فونت در خوانایی و زیبا شدن صفحه وب سایت بر کسی پوشیده نیست. در کنار این بحث، موارد دیگری مانند ارتفاع خطوط، فاصله ها، ابعاد قسمت های مختلف و ... نیز در بحث تایپوگرافی اهمیت زیادی دارند.

+

برای محاسبه این اعداد می توانیم از سری اعداد متناسب (Modular Scale) استفاده کنیم. در حقیقت از تعدادی عدد پشت سر هم که بر اساس مضرب خاصی تشکیل شده اند برای تنظیمات ارتفاع خط، فاصله ها، ابعاد و ... استفاده می کنیم. نسبت (عدد) طلایی همان مضرب اعداد است.

+

به عنوان مثال می خواهیم از سایز 16px فونت ایران سن سریف به عنوان فونت و سایز اصلی متن صفحات استفاده کنیم. عدد فی (phi) یونانی که معادل ۱٫۶۱۸۰۳۳۹۸۸۷ (به اختصار ۱٫۶۱۸) است را به عنوان نسبت طلایی در نظر می گیریم. بنابراین سری اعدادی به شکل روبرو خواهیم داشت:

+ +

+ به کمک این اعداد و استفاده از آن ها در صفحات وب سایت خود می توانیم خوانایی و زیبایی آن را افزایش دهیم. علاوه بر آن، اگر از واحدهای نسبی مانند em استفاده شود، امکانات بیشتری در اختیار طراح و بازدیدکننده خواهد بود. البته سری اعداد بر مبنای نسبت طلایی فقط در تایپوگرافی وب سایت کاربرد ندارد. + این اعداد می تواند ادامه داشته باشد (۱٬۲۱۵٫۹۸۱ ، ۱٬۹۶۷٫۴۵۷ ، ۳٬۱۸۳٫۳۴۵ و ...). +

+ +
+
+ +
+

خوانایی لینک‌ها

+
غ
+
+

شاید بتوانیم از لینک ها (hyperlinks) به عنوان مهم ترین بخش وب سایت ها در ارتباط با سئو (SEO) و نیز یکی از پرکاربردترین اجزای وب سایت نام ببریم. بنابراین بازدیدکننده باید بتواند به راحتی آن ها را از سایر محتوای صفحه تشخیص داده و متن لینک شده را به سرعت و بدون مزاحمت مشاهده کند.

+

به صورت پیش فرض، متن هایی که داخل یک هایپرلینک قرار می گیرند، زیر خط دار یا underline می شوند (مانند این لینک یا پیوند به صفحه اصلی فونت ایران). در بسیاری از فونت های فارسی، این خط روی متن و نقطه ها قرار می گیرد (مانند این لینک یا پیوند به صفحه اصلی فونت ایران با فونت تاهوما).

+

در صورت بروز این مشکل، یا باید خط زیرین تمام تگ های «a» غیر فعال شود و یا با ترفندهایی به شکل دیگر ایجاد شود (مانند قرار دادن border-bottom برای تگ های «a»).

+

همچنین پیشنهاد می کنیم از قراردادن افکت ها و transition های آزاردهنده روی لینک ها پرهیز کرده و برای راحتی کاربر از padding و color با کانتراست مناسب نسبت به زمینه استفاده کنید.

+
+
+ + + +
+
+
+در این فایل سعی کردیم همراه با یک مطلب آموزشی کوتاه، نحوه استفاده از خانواده فونت ایران سن سریف و پیش نمایشی از قسمت های مختلف آن را مرور کنیم. +
+برای مشاهده راهنمای نحوه قراردادن فونت ها در وب سایت خود، به این آدرس مراجعه کنید. +
+
+
+
ء
+
+ +
+ +
+ + \ No newline at end of file diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/WebFonts.png b/src/assets/IRANSans/Farsi_numerals/webFonts/WebFonts.png new file mode 100644 index 0000000..82d3e21 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/WebFonts.png differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/css/fontiran.css b/src/assets/IRANSans/Farsi_numerals/webFonts/css/fontiran.css new file mode 100644 index 0000000..869e143 --- /dev/null +++ b/src/assets/IRANSans/Farsi_numerals/webFonts/css/fontiran.css @@ -0,0 +1,78 @@ +/** +* +* Name: IRAN Sans-Serif Font +* Version: 5.0 +* Author: Moslem Ebrahimi (moslemebrahimi.com) +* Created on: Dec 25, 2012 +* Updated on: Sep 01, 2017 +* Website: http://fontiran.com +* Copyright: Commercial/Proprietary Software +-------------------------------------------------------------------------------------- +فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید +-------------------------------------------------------------------------------------- +IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com +-------------------------------------------------------------------------------------- +This set of fonts are used in this project under the license: (.....) +-------------------------------------------------------------------------------------- +* +**/ +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 900; + src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: bold; + src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 500; + src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 300; + src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 200; + src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: normal; + src: url('../fonts/eot/IRANSansWeb(FaNum).eot'); + src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype'); +} diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/css/style.css b/src/assets/IRANSans/Farsi_numerals/webFonts/css/style.css new file mode 100644 index 0000000..733e06f --- /dev/null +++ b/src/assets/IRANSans/Farsi_numerals/webFonts/css/style.css @@ -0,0 +1,190 @@ +@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */ +body { + font-family: IRANSans !important; + font-weight: 300; + direction: rtl; + background-color: #E2E2E2; + margin: 0; +} +h1, h2, h3, h4, h5, h6,input, textarea { + font-family: IRANSans !important; +} +h1 { + font-weight: bold; +} +.wrapper { + max-width: 900px; + margin: 0 auto; +} +.ltr { + direction: ltr; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-left { + text-align: left; +} +.text-small { + font-size: 0.8em; +} +.text-xsmall { + font-size: 0.6em; +} +.text-large { + font-size: 1.2em; +} +.text-xlarge { + font-size: 1.4em; +} +.text-underline { + text-decoration:underline; +} +.text-ultralight { + font-weight: 200; +} +.text-light { + font-weight: 300; +} +.text-regular { + font-weight: normal; +} +.text-medium { + font-weight: 500; +} +.text-bold { + font-weight: bold; +} +.text-black { + font-weight: 900; +} +blockquote { + font-weight: 500; + padding: 10px; + border: 1px dashed #666666; +} + +.mainbox { + width: 100%; + background-color: #EFEFEF; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; +} + +.mainboxnegativ { + width: 100%; + background-color: #000000; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; + color: #F9F9F9; +} + +.mainbox2 { + font-size: 1em; + width: 90%; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.mainbox3 { + width: 100%; + background-color: #b8b8b8; + display: table; + margin-bottom: 30px; + border-right: 8px solid #bd70ff; +} + +.mainbox2negativ { + font-size: 1em; + color: #F9F9F9; + background-color: #000000; + padding-right: 20px; +} + +.farsiparagraph { + font-size: 1em; + width: 47%; + float:right; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; + +} +.englishparagraph { + font-size: 1em; + width: 47%; + float: left; + direction:ltr; + padding-left: 20px; + padding-top: 10px; + padding-bottom: 10px; + + +} +.rightbox { + width: 60%; + padding-right: 20px; + padding-left: 5px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F7F7F7; + +} + +.titelbox { + width: 60%; + padding-right: 25px; + padding-left: 0px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F2F2F2; + color: #4B4B4B; +} + + +.lefttbox { + + padding-right: 20px; + padding-left: 4px; + float: right; + margin-bottom: 10px; + min-width: 0px; +} + +.alphabet { + width: 35%; + float: left; + font-size: 21em; + text-align: center; + font-weight: 500; + color: #999999; +} + +.alphabet2 { + width: 35%; + float: left; + direction: ltr; + font-size: 1.6em; + text-align: left; + font-weight: 500; + color: #333333; + margin-top: 100px; +} +.footer { + font-weight: 300; + font-size: 0.7em; + text-align: center; + direction: ltr; + margin-bottom: 0px; + padding-bottom: 0px; +} diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot new file mode 100644 index 0000000..5a6fdd0 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot new file mode 100644 index 0000000..a012bc6 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot new file mode 100644 index 0000000..82525e5 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot new file mode 100644 index 0000000..f899008 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot new file mode 100644 index 0000000..117c2c8 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot new file mode 100644 index 0000000..9cd9b66 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf new file mode 100644 index 0000000..cd74265 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf new file mode 100644 index 0000000..0f84dbf Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf new file mode 100644 index 0000000..6fa2412 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf new file mode 100644 index 0000000..d9000c9 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf new file mode 100644 index 0000000..e20001c Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf new file mode 100644 index 0000000..0072606 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff new file mode 100644 index 0000000..e34dfc4 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff new file mode 100644 index 0000000..bbbca77 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff new file mode 100644 index 0000000..05d933e Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff new file mode 100644 index 0000000..fe80d47 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff new file mode 100644 index 0000000..f13a870 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff new file mode 100644 index 0000000..9c653a4 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2 new file mode 100644 index 0000000..30a377d Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2 differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2 new file mode 100644 index 0000000..0b15441 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2 differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2 new file mode 100644 index 0000000..f2353b2 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2 differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2 new file mode 100644 index 0000000..562d663 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2 differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2 new file mode 100644 index 0000000..a69f4d0 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2 differ diff --git a/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2 b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2 new file mode 100644 index 0000000..1114f71 Binary files /dev/null and b/src/assets/IRANSans/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2 differ diff --git a/src/assets/IRANSans/FontLicense.txt b/src/assets/IRANSans/FontLicense.txt new file mode 100644 index 0000000..221e084 --- /dev/null +++ b/src/assets/IRANSans/FontLicense.txt @@ -0,0 +1,18 @@ +IRAN Sans-serif fonts are considered a proprietary software. +To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com + +This set of fonts are used in this project under the license: (.....) + +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +In case you use this set of fonts in a software product, write the license code in the specified place and place this file next to the fonts. + +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +فونت های ايران سن‌سریف يک نرم افزار مالکيتی محسوب می شود جهت آگاهی از قوانين استفاده از اين فونت‌ها لطفاً به وبسايت +www.fontiran.com +مراجعه نماييد +اين مجموعه فونت تحت اجازه نامه +(.....) +در اين پروژه استفاده می شود + +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +در صورت استفاده از این مجموعه فونت در یک محصول نرم افزاری‌ یا وب‌سایت کد ۵ رقمی لایسنس خود را در محل مشخص شده (.....) درج کنید و این فایل را در کنار فونت ها قرار دهید. diff --git a/src/assets/IRANSans/IRANSans.ttf b/src/assets/IRANSans/IRANSans.ttf new file mode 100644 index 0000000..2cf3495 Binary files /dev/null and b/src/assets/IRANSans/IRANSans.ttf differ diff --git a/src/assets/IRANSans/IRANSans5.jpg b/src/assets/IRANSans/IRANSans5.jpg new file mode 100644 index 0000000..6f7dd2e Binary files /dev/null and b/src/assets/IRANSans/IRANSans5.jpg differ diff --git a/src/assets/IRANSans/IRANSans5_5.html b/src/assets/IRANSans/IRANSans5_5.html new file mode 100644 index 0000000..0d5b4b5 --- /dev/null +++ b/src/assets/IRANSans/IRANSans5_5.html @@ -0,0 +1,76 @@ + + + + + + IRANSans Family Type face: خانواده فونت ایران سن سریف + + + + + + + + +
+ +

+


+
+
+

اگر از خدمات فونت ایران رضایت دارید:

+
+
+

+ +
+
+


+ لطفاً: +
+ ۱) فایل‌های درون این بسته را به اشتراک نگذارید. +
+ ۲) همکاران خود را به خرید این محصول ترغیب کنید. +
+ ۳) برای محصولات خود اجازه‌نامه تهیه کنید. +
+ ۴) طبق راهنما، کد ۵ رقمی اجازه‌نامه را در محصول خود درج کنید و کاربران خود را از + کپی‌رایت این محصول آگاه کنید.
+

کدامیک از محصولات و شرکت‌ها با خرید اجازه‌نامه از حقوق ما حمایت + کرده‌اند؟

+

کدام سایت‌ها و نرم افزارها بدون اجازه‌نامه از فونت ایران استفاده + می‌کنند؟

+ +
+
+
+ + + + +
+ +
+ + + \ No newline at end of file diff --git a/src/assets/IRANSans/IRANSans_Black.ttf b/src/assets/IRANSans/IRANSans_Black.ttf new file mode 100644 index 0000000..7765eb4 Binary files /dev/null and b/src/assets/IRANSans/IRANSans_Black.ttf differ diff --git a/src/assets/IRANSans/IRANSans_Bold.ttf b/src/assets/IRANSans/IRANSans_Bold.ttf new file mode 100644 index 0000000..053ffc7 Binary files /dev/null and b/src/assets/IRANSans/IRANSans_Bold.ttf differ diff --git a/src/assets/IRANSans/IRANSans_Light.ttf b/src/assets/IRANSans/IRANSans_Light.ttf new file mode 100644 index 0000000..2095056 Binary files /dev/null and b/src/assets/IRANSans/IRANSans_Light.ttf differ diff --git a/src/assets/IRANSans/IRANSans_Medium.ttf b/src/assets/IRANSans/IRANSans_Medium.ttf new file mode 100644 index 0000000..4b0cf29 Binary files /dev/null and b/src/assets/IRANSans/IRANSans_Medium.ttf differ diff --git a/src/assets/IRANSans/IRANSans_UltraLight.ttf b/src/assets/IRANSans/IRANSans_UltraLight.ttf new file mode 100644 index 0000000..30c6239 Binary files /dev/null and b/src/assets/IRANSans/IRANSans_UltraLight.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile.ttf new file mode 100644 index 0000000..3c9b756 Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile_Black.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Black.ttf new file mode 100644 index 0000000..07f27f5 Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Black.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile_Bold.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Bold.ttf new file mode 100644 index 0000000..0b16cde Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Bold.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile_Light.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Light.ttf new file mode 100644 index 0000000..117586e Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Light.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile_Medium.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Medium.ttf new file mode 100644 index 0000000..c63c148 Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile_Medium.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/IRANSansMobile_UltraLight.ttf b/src/assets/IRANSans/MobileFonts/IRANSansMobile_UltraLight.ttf new file mode 100644 index 0000000..ff2f06f Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/IRANSansMobile_UltraLight.ttf differ diff --git a/src/assets/IRANSans/MobileFonts/MobileFonts.png b/src/assets/IRANSans/MobileFonts/MobileFonts.png new file mode 100644 index 0000000..2aedf87 Binary files /dev/null and b/src/assets/IRANSans/MobileFonts/MobileFonts.png differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum.ttf new file mode 100644 index 0000000..26ac25f Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Black.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Black.ttf new file mode 100644 index 0000000..c2c59ec Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Black.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Bold.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Bold.ttf new file mode 100644 index 0000000..186b4f4 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Bold.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Light.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Light.ttf new file mode 100644 index 0000000..4d6da97 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Light.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Medium.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Medium.ttf new file mode 100644 index 0000000..371d71d Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_Medium.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_UltraLight.ttf b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_UltraLight.ttf new file mode 100644 index 0000000..0ce6793 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/IRANSansMonoSpacedNum_UltraLight.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/MonoSpaced Numral.png b/src/assets/IRANSans/MonoSpaced_Numral/MonoSpaced Numral.png new file mode 100644 index 0000000..54dd906 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/MonoSpaced Numral.png differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansFaNum_Black.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansFaNum_Black.ttf new file mode 100644 index 0000000..7b03e32 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansFaNum_Black.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral.ttf new file mode 100644 index 0000000..617bbe5 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Bold.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Bold.ttf new file mode 100644 index 0000000..48a5b42 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Bold.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Light.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Light.ttf new file mode 100644 index 0000000..0573138 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_Light.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_UltraLight.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_UltraLight.ttf new file mode 100644 index 0000000..451ec6e Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumeral_UltraLight.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumral_Medium.ttf b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumral_Medium.ttf new file mode 100644 index 0000000..8534b9e Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/IRANSansOnlyNumral_Medium.ttf differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral.woff new file mode 100644 index 0000000..39094a6 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Black.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Black.woff new file mode 100644 index 0000000..a5b2d07 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Black.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Bold.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Bold.woff new file mode 100644 index 0000000..f9230c8 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Bold.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Light.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Light.woff new file mode 100644 index 0000000..46a4df4 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_Light.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_UltraLight.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_UltraLight.woff new file mode 100644 index 0000000..212b585 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumeral_UltraLight.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumral_Medium.woff b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumral_Medium.woff new file mode 100644 index 0000000..18ebbf8 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/OnlyNumeral/woff/IRANSansOnlyNumral_Medium.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum.woff new file mode 100644 index 0000000..d37250d Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Black.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Black.woff new file mode 100644 index 0000000..cd1d56b Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Black.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Bold.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Bold.woff new file mode 100644 index 0000000..fe33d7c Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Bold.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Light.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Light.woff new file mode 100644 index 0000000..2b88cf6 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Light.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Medium.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Medium.woff new file mode 100644 index 0000000..8d95490 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_Medium.woff differ diff --git a/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_UltraLight.woff b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_UltraLight.woff new file mode 100644 index 0000000..1dd4165 Binary files /dev/null and b/src/assets/IRANSans/MonoSpaced_Numral/woff/IRANSansMonoSpacedNum_UltraLight.woff differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRAN SansMobile(NoEn).ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRAN SansMobile(NoEn).ttf new file mode 100644 index 0000000..4f72c0d Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRAN SansMobile(NoEn).ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Black.ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Black.ttf new file mode 100644 index 0000000..f21d2cb Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Black.ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Bold.ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Bold.ttf new file mode 100644 index 0000000..24cdde1 Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Bold.ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Light.ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Light.ttf new file mode 100644 index 0000000..8b2c18f Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Light.ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Medium.ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Medium.ttf new file mode 100644 index 0000000..38f51a7 Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_Medium.ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_ultralight.ttf b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_ultralight.ttf new file mode 100644 index 0000000..2d1e3c1 Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/IRANSansMobile(NoEn)_ultralight.ttf differ diff --git a/src/assets/IRANSans/Non_English/MobileFonts/MobileFonts.png b/src/assets/IRANSans/Non_English/MobileFonts/MobileFonts.png new file mode 100644 index 0000000..2aedf87 Binary files /dev/null and b/src/assets/IRANSans/Non_English/MobileFonts/MobileFonts.png differ diff --git a/src/assets/IRANSans/Non_English/Non_English.png b/src/assets/IRANSans/Non_English/Non_English.png new file mode 100644 index 0000000..c7c5cc5 Binary files /dev/null and b/src/assets/IRANSans/Non_English/Non_English.png differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/IRANSans.html b/src/assets/IRANSans/Non_English/WebFonts/IRANSans.html new file mode 100644 index 0000000..89af37a --- /dev/null +++ b/src/assets/IRANSans/Non_English/WebFonts/IRANSans.html @@ -0,0 +1,281 @@ + + + + +IRANSans Family Type face: خانواده فونت ایران سن سریف + + + + + + + +
+ +
+
+

بِسْمِ الله الرَّحْمَنِ الرَّحِيمِ

+
+
د
+
+
+ ن وَالْقَلَمِ وَ مَا يَسْطُرُون +
+ نون؛ سوگند به قلم و آنچه می نويسند. +
+ Noon. I swear by the pen and what the angels write +
+
+
+
+ +
+ +
+

نکاتی درباره تایپوگرافی وب

+
+ +
خ
+
+

از زمان پیدایش نخستین وب سایت، متن ها یکی از اجزای مهم صفحات وب بودند. هر چند به مرور زمان با ورود تصاویر، صوت و فیلم کمی از بار مسئولیت متون کم شد اما هنوز جایگاه خود را از دست نداده اند و بخش مهمی از کار را به عهده دارند.

+

بسیاری از طراحان وب سایت به صورت تجربی بهترین ترکیب و ظاهر را برای نمایش متن ها انتخاب می کنند. اما اصولی وجود دارد که با رعایت آن ها، تاثیرپذیری و زیبایی سایت چند برابر خواهد شد.

+

در ادامه مطلب قصد داریم تعدادی از اصول مقدماتی تایپوگرافی را به اختصار مرور کنیم. هرچند بسیاری از دوستان با این نکات آشنا هستند؛ اما شاید مرور آن ها خالی از لطف نباشد.

+
+ + +
+ +
+
+

تاثیر اندازه فونت و سلسله مراتب تگ‌ها

+
+
پ
+
+

فونت های داخل سایت باید به گونه ای قرار گیرند که کاربر به راحتی بتواند آن ها را بخواند. نوع فونت، وزن و کوچک (یا بزرگ) بودن اندازه آن ممکن است تمایل کاربر برای بازگشت به وب سایت را کاهش دهد. قواعد و قوانین زیادی برای انتخاب بهترین فونت وجود دارد.

+

در زیر می توانید ۵ وزن مختلف خانواده فونت ایران سن سریف را در شرایط یکسان مشاهده کنید. لازم به ذکر است برای این صفحه از وزن نازک (Light) استفاده شده است.

+
+
+ + +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+

تگ‌های هدینگ

+
+
ی
+
+

در این بین، استفاده از تگ های هدینگ مناسب و رعایت سلسله مراتب آن ها، هم مفهوم نوشته را بهتر منتقل می کند و هم تاثیر قابل توجهی در نتایج موتورهای جستجو خواهد داشت. این نکته یکی از فاکتورهای مهم در بهینه سازی وب سایت برای موتورهای جستجو (Search Engine Optimization) است.

+

نمونه ای از خروجی تگ های هدینگ با سایز استاندارد مربوطه به فونت های فونت ایران را در زیر مشاهده می کنید.

+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

سطر و ستون بندی

+
+
م
+
+

معمولاً هرگاه مقدار نوشته از یک سطر بیشتر شود ناگزیر به ستون بندی هستیم. و این کار ما را با چند متغییر مواجه خواهد کرد:

+

۱- عرض ستون‌های متنی که حاوی حداقل۷ کلمه باشد بهترین انتخاب است. اگر ستون کوتاه‌تر باشد چشم بیننده در اثر حرکت‌های زود به زود از پایان یک سطر به ابتدای سطر بعدی خسته خواهد شد. علاوه بر این لبه ستون‌هایی با عرض کم نیز همیشه دندانه ای و بی نظم خواهد بود. ستون‌هایی با عرض طولانی هم برای خواننده آزار دهنده است چرا که چشم در حرکت بازگشت از انتهای یک سطر به ابتدای سطر بعدی ممکن است دچار اشتباه شود. + +

۲- لدینگ یا همان فاصله سطر هم در ستون بندی اهمیت دارد. ستون‌های فشرده اگرچه به لحاظ گرافیکی منسجم و زیبا هستند اما عمل خواندن را مختل می کنند و در مقابل، فاصله سطر زیاد نیز باعث نازیبایی و خستگی چشم خواننده می‌شود. فاصله سطر همیشه می تواند با توجه به نوع فونت و عرض ستون‌ها تغییر کند. بدین ترتیب که فونت‌هایی با دندانه‌های بلند‌تر و ستون‌هایی با عرض بیشتر به لدینگ بیشتری نیاز دارند. +

۳- همترازی هم یکی از متغییرهای پر بحث در ستون بندی است. اما به طور کوتاه و خلاصه باید گفت که بهتر است در متن فارسی از همترازی یا همان Justification استفاده نکنید. این عمل اگرچه لبه پاراگراف شما را مرتب خواهد کرد اما تنظیمات فاصله حروف را تغییر خواهد داد و در نتیجه باعث کاهش خوانایی خواهد شد.

+
+ +
+
(IRANSans Ultra Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Regular)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Medium)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+
+
(IRANSans Bold)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Black)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
+

اعداد و علائم در فونت فارسی

+
+
ظ
+
+

اعداد فارسی: ۱۲۳۴۵۶۷۸۹۰
+ اعداد عربی: ۱۲۳٤٥٦۷۸۹۰
+ اعداد انگلیسی: 1234567890

+

برای تایپ اعداد فارسی در محیط وب از کیبورد استاندارد فارسی استفاده کنید. در ویندوز ۸ و یا بالاتر این کیبورد، با نام Persian(Standard)Keyboard در لیست کیبوردهای ویندوز وجود دارد. همچنین می توانید از این آدرس آن را دانلود و نصب کنید.

+ +

با استفاده از کیبورد استاندارد می‌توانید ممیز فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+3 است. به این شکل: ۳٫۱۴
+ ممیز فارسی با علامت اسلش تفاوت دارد :۳/۱۴ +

+

با استفاده از کیبورد استاندارد می‌توانید جداکننده هزارگان فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+2 است. به این شکل: ۹٬۲۱۰٬۰۰۰
+ این علامت با جدا کننده هزارگان انگلیسی تفاوت دارد : ۹,۲۱۰,۰۰۰ +

+
+
+ +
+
+

نسبت‌های طلایی

+
+
+
+ ۳٫۷۷۷ ÷ ۱٫۶۱۸ = ۲٫۳۳۵ +
+ ۶٫۱۱۲ ÷ ۱٫۶۱۸ = ۳٫۷۷۷ +
+ ۹٫۸۸۹ ÷ ۱٫۶۱۸ = ۶٫۱۱۲ +
+ ۱۶ ÷ ۱٫۶۱۸ = ۹٫۸۸۹ +
+....................................... +
+ ۱۶ × ۱٫۶۱۸ = ۲۵٫۸۸۸ +
+ ۲۵٫۸۸۸ × ۱٫۶۱۸ = ۴۱٫۸۸۷ +
+ ۴۱٫۸۸۷ × ۱٫۶۱۸ = ۶۷٫۷۷۳ +
+ ۶۷٫۷۷۳ × ۱٫۶۱۸ = ۱۰۹٫۶۵۶ +
+
+
+

اهمیت اندازه فونت در خوانایی و زیبا شدن صفحه وب سایت بر کسی پوشیده نیست. در کنار این بحث، موارد دیگری مانند ارتفاع خطوط، فاصله ها، ابعاد قسمت های مختلف و ... نیز در بحث تایپوگرافی اهمیت زیادی دارند.

+

برای محاسبه این اعداد می توانیم از سری اعداد متناسب (Modular Scale) استفاده کنیم. در حقیقت از تعدادی عدد پشت سر هم که بر اساس مضرب خاصی تشکیل شده اند برای تنظیمات ارتفاع خط، فاصله ها، ابعاد و ... استفاده می کنیم. نسبت (عدد) طلایی همان مضرب اعداد است.

+

به عنوان مثال می خواهیم از سایز 16px فونت ایران سن سریف به عنوان فونت و سایز اصلی متن صفحات استفاده کنیم. عدد فی (phi) یونانی که معادل ۱٫۶۱۸۰۳۳۹۸۸۷ (به اختصار ۱٫۶۱۸) است را به عنوان نسبت طلایی در نظر می گیریم. بنابراین سری اعدادی به شکل روبرو خواهیم داشت:

+ +

+ به کمک این اعداد و استفاده از آن ها در صفحات وب سایت خود می توانیم خوانایی و زیبایی آن را افزایش دهیم. علاوه بر آن، اگر از واحدهای نسبی مانند em استفاده شود، امکانات بیشتری در اختیار طراح و بازدیدکننده خواهد بود. البته سری اعداد بر مبنای نسبت طلایی فقط در تایپوگرافی وب سایت کاربرد ندارد. + این اعداد می تواند ادامه داشته باشد (۱٬۲۱۵٫۹۸۱ ، ۱٬۹۶۷٫۴۵۷ ، ۳٬۱۸۳٫۳۴۵ و ...). +

+ +
+
+ +
+

خوانایی لینک‌ها

+
غ
+
+

شاید بتوانیم از لینک ها (hyperlinks) به عنوان مهم ترین بخش وب سایت ها در ارتباط با سئو (SEO) و نیز یکی از پرکاربردترین اجزای وب سایت نام ببریم. بنابراین بازدیدکننده باید بتواند به راحتی آن ها را از سایر محتوای صفحه تشخیص داده و متن لینک شده را به سرعت و بدون مزاحمت مشاهده کند.

+

به صورت پیش فرض، متن هایی که داخل یک هایپرلینک قرار می گیرند، زیر خط دار یا underline می شوند (مانند این لینک یا پیوند به صفحه اصلی فونت ایران). در بسیاری از فونت های فارسی، این خط روی متن و نقطه ها قرار می گیرد (مانند این لینک یا پیوند به صفحه اصلی فونت ایران با فونت تاهوما).

+

در صورت بروز این مشکل، یا باید خط زیرین تمام تگ های «a» غیر فعال شود و یا با ترفندهایی به شکل دیگر ایجاد شود (مانند قرار دادن border-bottom برای تگ های «a»).

+

همچنین پیشنهاد می کنیم از قراردادن افکت ها و transition های آزاردهنده روی لینک ها پرهیز کرده و برای راحتی کاربر از padding و color با کانتراست مناسب نسبت به زمینه استفاده کنید.

+
+
+ + + +
+
+
+در این فایل سعی کردیم همراه با یک مطلب آموزشی کوتاه، نحوه استفاده از خانواده فونت ایران سن سریف و پیش نمایشی از قسمت های مختلف آن را مرور کنیم. +
+برای مشاهده راهنمای نحوه قراردادن فونت ها در وب سایت خود، به این آدرس مراجعه کنید. +
+
+
+
ء
+
+ +
+ +
+ + \ No newline at end of file diff --git a/src/assets/IRANSans/Non_English/WebFonts/WebFonts.png b/src/assets/IRANSans/Non_English/WebFonts/WebFonts.png new file mode 100644 index 0000000..82d3e21 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/WebFonts.png differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/css/fontiran.css b/src/assets/IRANSans/Non_English/WebFonts/css/fontiran.css new file mode 100644 index 0000000..a2b61b2 --- /dev/null +++ b/src/assets/IRANSans/Non_English/WebFonts/css/fontiran.css @@ -0,0 +1,78 @@ +/** +* +* Name: IRAN Sans-Serif Font +* Version: 5.0 +* Author: Moslem Ebrahimi (moslemebrahimi.com) +* Created on: Dec 25, 2012 +* Updated on: Sep 01, 2017 +* Website: http://fontiran.com +* Copyright: Commercial/Proprietary Software +-------------------------------------------------------------------------------------- +فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید +-------------------------------------------------------------------------------------- +IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com +-------------------------------------------------------------------------------------- +This set of fonts are used in this project under the license: (.....) +-------------------------------------------------------------------------------------- +* +**/ +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 900; + src: url('../fonts/eot/IRANSansWeb(NoEn)_Black.eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn)_Black.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: bold; + src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 500; + src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 300; + src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 200; + src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: normal; + src: url('../fonts/eot/IRANSansWeb(NoEn).eot'); + src: url('../fonts/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb(NoEn).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb(NoEn).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb(NoEn).ttf') format('truetype'); +} diff --git a/src/assets/IRANSans/Non_English/WebFonts/css/style.css b/src/assets/IRANSans/Non_English/WebFonts/css/style.css new file mode 100644 index 0000000..8c32a34 --- /dev/null +++ b/src/assets/IRANSans/Non_English/WebFonts/css/style.css @@ -0,0 +1,190 @@ +@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */ +body { + font-family: IRANSans, Roboto, Arial !important; + font-weight: 300; + direction: rtl; + background-color: #E2E2E2; + margin: 0; +} +h1, h2, h3, h4, h5, h6,input, textarea { + font-family: IRANSans, Roboto, Arial !important; +} +h1 { + font-weight: bold; +} +.wrapper { + max-width: 900px; + margin: 0 auto; +} +.ltr { + direction: ltr; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-left { + text-align: left; +} +.text-small { + font-size: 0.8em; +} +.text-xsmall { + font-size: 0.6em; +} +.text-large { + font-size: 1.2em; +} +.text-xlarge { + font-size: 1.4em; +} +.text-underline { + text-decoration:underline; +} +.text-ultralight { + font-weight: 200; +} +.text-light { + font-weight: 300; +} +.text-regular { + font-weight: normal; +} +.text-medium { + font-weight: 500; +} +.text-bold { + font-weight: bold; +} +.text-black { + font-weight: 900; +} +blockquote { + font-weight: 500; + padding: 10px; + border: 1px dashed #666666; +} + +.mainbox { + width: 100%; + background-color: #EFEFEF; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; +} + +.mainboxnegativ { + width: 100%; + background-color: #000000; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; + color: #F9F9F9; +} + +.mainbox2 { + font-size: 1em; + width: 90%; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.mainbox3 { + width: 100%; + background-color: #b8b8b8; + display: table; + margin-bottom: 30px; + border-right: 8px solid #bd70ff; +} + +.mainbox2negativ { + font-size: 1em; + color: #F9F9F9; + background-color: #000000; + padding-right: 20px; +} + +.farsiparagraph { + font-size: 1em; + width: 47%; + float:right; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; + +} +.englishparagraph { + font-size: 1em; + width: 47%; + float: left; + direction:ltr; + padding-left: 20px; + padding-top: 10px; + padding-bottom: 10px; + + +} +.rightbox { + width: 60%; + padding-right: 20px; + padding-left: 5px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F7F7F7; + +} + +.titelbox { + width: 60%; + padding-right: 25px; + padding-left: 0px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F2F2F2; + color: #4B4B4B; +} + + +.lefttbox { + + padding-right: 20px; + padding-left: 4px; + float: right; + margin-bottom: 10px; + min-width: 0px; +} + +.alphabet { + width: 35%; + float: left; + font-size: 21em; + text-align: center; + font-weight: 500; + color: #999999; +} + +.alphabet2 { + width: 35%; + float: left; + direction: ltr; + font-size: 1.6em; + text-align: left; + font-weight: 500; + color: #333333; + margin-top: 100px; +} +.footer { + font-weight: 300; + font-size: 0.7em; + text-align: center; + direction: ltr; + margin-bottom: 0px; + padding-bottom: 0px; +} diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn).eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn).eot new file mode 100644 index 0000000..7d03b36 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn).eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Black.eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Black.eot new file mode 100644 index 0000000..2cfbaaf Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Black.eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Bold.eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Bold.eot new file mode 100644 index 0000000..8bbe91f Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Bold.eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Light.eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Light.eot new file mode 100644 index 0000000..579e559 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Light.eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Medium.eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Medium.eot new file mode 100644 index 0000000..760bc63 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_Medium.eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot new file mode 100644 index 0000000..16d3d62 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/eot/IRANSansWeb(NoEn)_UltraLight.eot differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn).ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn).ttf new file mode 100644 index 0000000..c25c4fb Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn).ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Black.ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Black.ttf new file mode 100644 index 0000000..0aab768 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Black.ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf new file mode 100644 index 0000000..860e626 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Bold.ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Light.ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Light.ttf new file mode 100644 index 0000000..3063bdc Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Light.ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf new file mode 100644 index 0000000..e7b70d6 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_Medium.ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf new file mode 100644 index 0000000..21a3348 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/ttf/IRANSansWeb(NoEn)_UltraLight.ttf differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn).woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn).woff new file mode 100644 index 0000000..41282b3 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn).woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Black.woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Black.woff new file mode 100644 index 0000000..5aff5f5 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Black.woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Bold.woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Bold.woff new file mode 100644 index 0000000..95fb9a1 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Bold.woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Light.woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Light.woff new file mode 100644 index 0000000..e9d1538 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Light.woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Medium.woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Medium.woff new file mode 100644 index 0000000..55e0f05 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_Medium.woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff new file mode 100644 index 0000000..4c83a76 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff/IRANSansWeb(NoEn)_UltraLight.woff differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn).woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn).woff2 new file mode 100644 index 0000000..a868bef Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn).woff2 differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Black.woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Black.woff2 new file mode 100644 index 0000000..f955c47 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Black.woff2 differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2 new file mode 100644 index 0000000..b3d3125 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Bold.woff2 differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Light.woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Light.woff2 new file mode 100644 index 0000000..3efe9b0 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Light.woff2 differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2 new file mode 100644 index 0000000..f103e83 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_Medium.woff2 differ diff --git a/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2 b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2 new file mode 100644 index 0000000..e9c0a41 Binary files /dev/null and b/src/assets/IRANSans/Non_English/WebFonts/fonts/woff2/IRANSansWeb(NoEn)_UltraLight.woff2 differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small).ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small).ttf new file mode 100644 index 0000000..310a02c Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small).ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Black.ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Black.ttf new file mode 100644 index 0000000..f4b9a6d Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Black.ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Bold.ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Bold.ttf new file mode 100644 index 0000000..e41b267 Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Bold.ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Light.ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Light.ttf new file mode 100644 index 0000000..6390877 Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Light.ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Medium.ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Medium.ttf new file mode 100644 index 0000000..a066a02 Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_Medium.ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_UltraLight.ttf b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_UltraLight.ttf new file mode 100644 index 0000000..33bac5b Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/IRANSans(Small)_UltraLight.ttf differ diff --git a/src/assets/IRANSans/SmallSizeFonts/SmallSizeFonts.png b/src/assets/IRANSans/SmallSizeFonts/SmallSizeFonts.png new file mode 100644 index 0000000..758756b Binary files /dev/null and b/src/assets/IRANSans/SmallSizeFonts/SmallSizeFonts.png differ diff --git a/src/assets/IRANSans/WebFonts/IRANSans.html b/src/assets/IRANSans/WebFonts/IRANSans.html new file mode 100644 index 0000000..89af37a --- /dev/null +++ b/src/assets/IRANSans/WebFonts/IRANSans.html @@ -0,0 +1,281 @@ + + + + +IRANSans Family Type face: خانواده فونت ایران سن سریف + + + + + + + +
+ +
+
+

بِسْمِ الله الرَّحْمَنِ الرَّحِيمِ

+
+
د
+
+
+ ن وَالْقَلَمِ وَ مَا يَسْطُرُون +
+ نون؛ سوگند به قلم و آنچه می نويسند. +
+ Noon. I swear by the pen and what the angels write +
+
+
+
+ +
+ +
+

نکاتی درباره تایپوگرافی وب

+
+ +
خ
+
+

از زمان پیدایش نخستین وب سایت، متن ها یکی از اجزای مهم صفحات وب بودند. هر چند به مرور زمان با ورود تصاویر، صوت و فیلم کمی از بار مسئولیت متون کم شد اما هنوز جایگاه خود را از دست نداده اند و بخش مهمی از کار را به عهده دارند.

+

بسیاری از طراحان وب سایت به صورت تجربی بهترین ترکیب و ظاهر را برای نمایش متن ها انتخاب می کنند. اما اصولی وجود دارد که با رعایت آن ها، تاثیرپذیری و زیبایی سایت چند برابر خواهد شد.

+

در ادامه مطلب قصد داریم تعدادی از اصول مقدماتی تایپوگرافی را به اختصار مرور کنیم. هرچند بسیاری از دوستان با این نکات آشنا هستند؛ اما شاید مرور آن ها خالی از لطف نباشد.

+
+ + +
+ +
+
+

تاثیر اندازه فونت و سلسله مراتب تگ‌ها

+
+
پ
+
+

فونت های داخل سایت باید به گونه ای قرار گیرند که کاربر به راحتی بتواند آن ها را بخواند. نوع فونت، وزن و کوچک (یا بزرگ) بودن اندازه آن ممکن است تمایل کاربر برای بازگشت به وب سایت را کاهش دهد. قواعد و قوانین زیادی برای انتخاب بهترین فونت وجود دارد.

+

در زیر می توانید ۵ وزن مختلف خانواده فونت ایران سن سریف را در شرایط یکسان مشاهده کنید. لازم به ذکر است برای این صفحه از وزن نازک (Light) استفاده شده است.

+
+
+ + +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Ultra Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Light)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Regular)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Medium)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Bold)
+
بیانِ زبان با گذشت زمان کهنه می شود و بیانِ قلم برای همیشه باقی می ماند (Black)
+
+
+ +
+
+

تگ‌های هدینگ

+
+
ی
+
+

در این بین، استفاده از تگ های هدینگ مناسب و رعایت سلسله مراتب آن ها، هم مفهوم نوشته را بهتر منتقل می کند و هم تاثیر قابل توجهی در نتایج موتورهای جستجو خواهد داشت. این نکته یکی از فاکتورهای مهم در بهینه سازی وب سایت برای موتورهای جستجو (Search Engine Optimization) است.

+

نمونه ای از خروجی تگ های هدینگ با سایز استاندارد مربوطه به فونت های فونت ایران را در زیر مشاهده می کنید.

+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

(H1) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H2) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H3) نابرده رنج گنج میسر نمی شود. No gain without pain

+

(H4) نابرده رنج گنج میسر نمی شود. No gain without pain

+
(H5) نابرده رنج گنج میسر نمی شود. No gain without pain
+
(H6) نابرده رنج گنج میسر نمی شود. No gain without pain
+
+
+ +
+
+

سطر و ستون بندی

+
+
م
+
+

معمولاً هرگاه مقدار نوشته از یک سطر بیشتر شود ناگزیر به ستون بندی هستیم. و این کار ما را با چند متغییر مواجه خواهد کرد:

+

۱- عرض ستون‌های متنی که حاوی حداقل۷ کلمه باشد بهترین انتخاب است. اگر ستون کوتاه‌تر باشد چشم بیننده در اثر حرکت‌های زود به زود از پایان یک سطر به ابتدای سطر بعدی خسته خواهد شد. علاوه بر این لبه ستون‌هایی با عرض کم نیز همیشه دندانه ای و بی نظم خواهد بود. ستون‌هایی با عرض طولانی هم برای خواننده آزار دهنده است چرا که چشم در حرکت بازگشت از انتهای یک سطر به ابتدای سطر بعدی ممکن است دچار اشتباه شود. + +

۲- لدینگ یا همان فاصله سطر هم در ستون بندی اهمیت دارد. ستون‌های فشرده اگرچه به لحاظ گرافیکی منسجم و زیبا هستند اما عمل خواندن را مختل می کنند و در مقابل، فاصله سطر زیاد نیز باعث نازیبایی و خستگی چشم خواننده می‌شود. فاصله سطر همیشه می تواند با توجه به نوع فونت و عرض ستون‌ها تغییر کند. بدین ترتیب که فونت‌هایی با دندانه‌های بلند‌تر و ستون‌هایی با عرض بیشتر به لدینگ بیشتری نیاز دارند. +

۳- همترازی هم یکی از متغییرهای پر بحث در ستون بندی است. اما به طور کوتاه و خلاصه باید گفت که بهتر است در متن فارسی از همترازی یا همان Justification استفاده نکنید. این عمل اگرچه لبه پاراگراف شما را مرتب خواهد کرد اما تنظیمات فاصله حروف را تغییر خواهد داد و در نتیجه باعث کاهش خوانایی خواهد شد.

+
+ +
+
(IRANSans Ultra Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Light)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Regular)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Medium)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+
+
(IRANSans Bold)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
(IRANSans Black)
+
ایران سن سریف IRANSans سبکی ساده و ضخامت یکسان از قلم ایران است که با وجود حفظ ساختار قلم‌های رایج ایرانی حال و هوای مدرن و امروزی دارد. سادگی شکل‌ حروف و استفاده از حداقل شکستگی باعث شده است این تایپ فیس علاوه بر خوانا بودن زیبا و چشم نواز نیز باشد. این فونت با سبک‌های طراحی کمینه‌گرا Minimal سازگاری خوبی دارد و همنشین مناسبی برای فونت‌های سن‌سریف لاتین است. خانواده فونت ایران سن‌سریف در سال ۱۳۹۴ پرطرفدارترین فونت فارسی بوده است.
+ +
+Roboto has a dual nature. It has a mechanical skeleton and the forms are largely geometric. At the same time, the font features friendly and open curves. While some grotesks distort their letterforms to force a rigid rhythm, Roboto doesn’t compromise, allowing letters to be settled into their natural width. This makes for a more natural reading rhythm more commonly found in humanist and serif types. +
+ +
+ +
+
+

اعداد و علائم در فونت فارسی

+
+
ظ
+
+

اعداد فارسی: ۱۲۳۴۵۶۷۸۹۰
+ اعداد عربی: ۱۲۳٤٥٦۷۸۹۰
+ اعداد انگلیسی: 1234567890

+

برای تایپ اعداد فارسی در محیط وب از کیبورد استاندارد فارسی استفاده کنید. در ویندوز ۸ و یا بالاتر این کیبورد، با نام Persian(Standard)Keyboard در لیست کیبوردهای ویندوز وجود دارد. همچنین می توانید از این آدرس آن را دانلود و نصب کنید.

+ +

با استفاده از کیبورد استاندارد می‌توانید ممیز فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+3 است. به این شکل: ۳٫۱۴
+ ممیز فارسی با علامت اسلش تفاوت دارد :۳/۱۴ +

+

با استفاده از کیبورد استاندارد می‌توانید جداکننده هزارگان فارسی را تایپ کنید.
+ میانبر این علامت کلیدهای Shift+2 است. به این شکل: ۹٬۲۱۰٬۰۰۰
+ این علامت با جدا کننده هزارگان انگلیسی تفاوت دارد : ۹,۲۱۰,۰۰۰ +

+
+
+ +
+
+

نسبت‌های طلایی

+
+
+
+ ۳٫۷۷۷ ÷ ۱٫۶۱۸ = ۲٫۳۳۵ +
+ ۶٫۱۱۲ ÷ ۱٫۶۱۸ = ۳٫۷۷۷ +
+ ۹٫۸۸۹ ÷ ۱٫۶۱۸ = ۶٫۱۱۲ +
+ ۱۶ ÷ ۱٫۶۱۸ = ۹٫۸۸۹ +
+....................................... +
+ ۱۶ × ۱٫۶۱۸ = ۲۵٫۸۸۸ +
+ ۲۵٫۸۸۸ × ۱٫۶۱۸ = ۴۱٫۸۸۷ +
+ ۴۱٫۸۸۷ × ۱٫۶۱۸ = ۶۷٫۷۷۳ +
+ ۶۷٫۷۷۳ × ۱٫۶۱۸ = ۱۰۹٫۶۵۶ +
+
+
+

اهمیت اندازه فونت در خوانایی و زیبا شدن صفحه وب سایت بر کسی پوشیده نیست. در کنار این بحث، موارد دیگری مانند ارتفاع خطوط، فاصله ها، ابعاد قسمت های مختلف و ... نیز در بحث تایپوگرافی اهمیت زیادی دارند.

+

برای محاسبه این اعداد می توانیم از سری اعداد متناسب (Modular Scale) استفاده کنیم. در حقیقت از تعدادی عدد پشت سر هم که بر اساس مضرب خاصی تشکیل شده اند برای تنظیمات ارتفاع خط، فاصله ها، ابعاد و ... استفاده می کنیم. نسبت (عدد) طلایی همان مضرب اعداد است.

+

به عنوان مثال می خواهیم از سایز 16px فونت ایران سن سریف به عنوان فونت و سایز اصلی متن صفحات استفاده کنیم. عدد فی (phi) یونانی که معادل ۱٫۶۱۸۰۳۳۹۸۸۷ (به اختصار ۱٫۶۱۸) است را به عنوان نسبت طلایی در نظر می گیریم. بنابراین سری اعدادی به شکل روبرو خواهیم داشت:

+ +

+ به کمک این اعداد و استفاده از آن ها در صفحات وب سایت خود می توانیم خوانایی و زیبایی آن را افزایش دهیم. علاوه بر آن، اگر از واحدهای نسبی مانند em استفاده شود، امکانات بیشتری در اختیار طراح و بازدیدکننده خواهد بود. البته سری اعداد بر مبنای نسبت طلایی فقط در تایپوگرافی وب سایت کاربرد ندارد. + این اعداد می تواند ادامه داشته باشد (۱٬۲۱۵٫۹۸۱ ، ۱٬۹۶۷٫۴۵۷ ، ۳٬۱۸۳٫۳۴۵ و ...). +

+ +
+
+ +
+

خوانایی لینک‌ها

+
غ
+
+

شاید بتوانیم از لینک ها (hyperlinks) به عنوان مهم ترین بخش وب سایت ها در ارتباط با سئو (SEO) و نیز یکی از پرکاربردترین اجزای وب سایت نام ببریم. بنابراین بازدیدکننده باید بتواند به راحتی آن ها را از سایر محتوای صفحه تشخیص داده و متن لینک شده را به سرعت و بدون مزاحمت مشاهده کند.

+

به صورت پیش فرض، متن هایی که داخل یک هایپرلینک قرار می گیرند، زیر خط دار یا underline می شوند (مانند این لینک یا پیوند به صفحه اصلی فونت ایران). در بسیاری از فونت های فارسی، این خط روی متن و نقطه ها قرار می گیرد (مانند این لینک یا پیوند به صفحه اصلی فونت ایران با فونت تاهوما).

+

در صورت بروز این مشکل، یا باید خط زیرین تمام تگ های «a» غیر فعال شود و یا با ترفندهایی به شکل دیگر ایجاد شود (مانند قرار دادن border-bottom برای تگ های «a»).

+

همچنین پیشنهاد می کنیم از قراردادن افکت ها و transition های آزاردهنده روی لینک ها پرهیز کرده و برای راحتی کاربر از padding و color با کانتراست مناسب نسبت به زمینه استفاده کنید.

+
+
+ + + +
+
+
+در این فایل سعی کردیم همراه با یک مطلب آموزشی کوتاه، نحوه استفاده از خانواده فونت ایران سن سریف و پیش نمایشی از قسمت های مختلف آن را مرور کنیم. +
+برای مشاهده راهنمای نحوه قراردادن فونت ها در وب سایت خود، به این آدرس مراجعه کنید. +
+
+
+
ء
+
+ +
+ +
+ + \ No newline at end of file diff --git a/src/assets/IRANSans/WebFonts/WebFonts.png b/src/assets/IRANSans/WebFonts/WebFonts.png new file mode 100644 index 0000000..82d3e21 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/WebFonts.png differ diff --git a/src/assets/IRANSans/WebFonts/css/fontiran.css b/src/assets/IRANSans/WebFonts/css/fontiran.css new file mode 100644 index 0000000..305e96a --- /dev/null +++ b/src/assets/IRANSans/WebFonts/css/fontiran.css @@ -0,0 +1,78 @@ +/** +* +* Name: IRAN Sans-Serif Font +* Version: 5.0 +* Author: Moslem Ebrahimi (moslemebrahimi.com) +* Created on: Dec 25, 2012 +* Updated on: Sep 01, 2017 +* Website: http://fontiran.com +* Copyright: Commercial/Proprietary Software +-------------------------------------------------------------------------------------- +فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید +-------------------------------------------------------------------------------------- +IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com +-------------------------------------------------------------------------------------- +This set of fonts are used in this project under the license: (.....) +-------------------------------------------------------------------------------------- +* +**/ +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 900; + src: url('../fonts/eot/IRANSansWeb_Black.eot'); + src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: bold; + src: url('../fonts/eot/IRANSansWeb_Bold.eot'); + src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 500; + src: url('../fonts/eot/IRANSansWeb_Medium.eot'); + src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 300; + src: url('../fonts/eot/IRANSansWeb_Light.eot'); + src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: 200; + src: url('../fonts/eot/IRANSansWeb_UltraLight.eot'); + src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype'); +} +@font-face { + font-family: IRANSans; + font-style: normal; + font-weight: normal; + src: url('../fonts/eot/IRANSansWeb.eot'); + src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ + url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ + url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ + url('../fonts/ttf/IRANSansWeb.ttf') format('truetype'); +} diff --git a/src/assets/IRANSans/WebFonts/css/style.css b/src/assets/IRANSans/WebFonts/css/style.css new file mode 100644 index 0000000..733e06f --- /dev/null +++ b/src/assets/IRANSans/WebFonts/css/style.css @@ -0,0 +1,190 @@ +@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */ +body { + font-family: IRANSans !important; + font-weight: 300; + direction: rtl; + background-color: #E2E2E2; + margin: 0; +} +h1, h2, h3, h4, h5, h6,input, textarea { + font-family: IRANSans !important; +} +h1 { + font-weight: bold; +} +.wrapper { + max-width: 900px; + margin: 0 auto; +} +.ltr { + direction: ltr; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-left { + text-align: left; +} +.text-small { + font-size: 0.8em; +} +.text-xsmall { + font-size: 0.6em; +} +.text-large { + font-size: 1.2em; +} +.text-xlarge { + font-size: 1.4em; +} +.text-underline { + text-decoration:underline; +} +.text-ultralight { + font-weight: 200; +} +.text-light { + font-weight: 300; +} +.text-regular { + font-weight: normal; +} +.text-medium { + font-weight: 500; +} +.text-bold { + font-weight: bold; +} +.text-black { + font-weight: 900; +} +blockquote { + font-weight: 500; + padding: 10px; + border: 1px dashed #666666; +} + +.mainbox { + width: 100%; + background-color: #EFEFEF; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; +} + +.mainboxnegativ { + width: 100%; + background-color: #000000; + display: table; + margin-bottom: 30px; + border-right: 8px solid #FFFF33; + color: #F9F9F9; +} + +.mainbox2 { + font-size: 1em; + width: 90%; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.mainbox3 { + width: 100%; + background-color: #b8b8b8; + display: table; + margin-bottom: 30px; + border-right: 8px solid #bd70ff; +} + +.mainbox2negativ { + font-size: 1em; + color: #F9F9F9; + background-color: #000000; + padding-right: 20px; +} + +.farsiparagraph { + font-size: 1em; + width: 47%; + float:right; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; + +} +.englishparagraph { + font-size: 1em; + width: 47%; + float: left; + direction:ltr; + padding-left: 20px; + padding-top: 10px; + padding-bottom: 10px; + + +} +.rightbox { + width: 60%; + padding-right: 20px; + padding-left: 5px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F7F7F7; + +} + +.titelbox { + width: 60%; + padding-right: 25px; + padding-left: 0px; + float: right; + margin-left: 10px; + margin-bottom: 0px; + min-width: 0px; + background-color: #F2F2F2; + color: #4B4B4B; +} + + +.lefttbox { + + padding-right: 20px; + padding-left: 4px; + float: right; + margin-bottom: 10px; + min-width: 0px; +} + +.alphabet { + width: 35%; + float: left; + font-size: 21em; + text-align: center; + font-weight: 500; + color: #999999; +} + +.alphabet2 { + width: 35%; + float: left; + direction: ltr; + font-size: 1.6em; + text-align: left; + font-weight: 500; + color: #333333; + margin-top: 100px; +} +.footer { + font-weight: 300; + font-size: 0.7em; + text-align: center; + direction: ltr; + margin-bottom: 0px; + padding-bottom: 0px; +} diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb.eot new file mode 100644 index 0000000..553eec8 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Black.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Black.eot new file mode 100644 index 0000000..ee7c6a0 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Black.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot new file mode 100644 index 0000000..746a6e6 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Bold.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot new file mode 100644 index 0000000..f79a681 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Light.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Medium.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Medium.eot new file mode 100644 index 0000000..8b31d6b Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_Medium.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot new file mode 100644 index 0000000..fd4b205 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb.ttf new file mode 100644 index 0000000..7416c53 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf new file mode 100644 index 0000000..df4928f Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf new file mode 100644 index 0000000..158fbaa Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf new file mode 100644 index 0000000..3060c60 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf new file mode 100644 index 0000000..6dd6c5d Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf new file mode 100644 index 0000000..7ebe1bf Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb.woff new file mode 100644 index 0000000..abb63f2 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Black.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Black.woff new file mode 100644 index 0000000..12c8a6e Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Black.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Bold.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Bold.woff new file mode 100644 index 0000000..801c55d Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Bold.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Light.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Light.woff new file mode 100644 index 0000000..99b8d5d Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Light.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Medium.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Medium.woff new file mode 100644 index 0000000..322c396 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_Medium.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff new file mode 100644 index 0000000..31c21ca Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb.woff2 new file mode 100644 index 0000000..21bbba5 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb.woff2 differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2 new file mode 100644 index 0000000..da34aad Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2 differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2 new file mode 100644 index 0000000..dd1436c Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2 differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2 new file mode 100644 index 0000000..16dc9f1 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2 differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2 new file mode 100644 index 0000000..5fb39d4 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2 differ diff --git a/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2 b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2 new file mode 100644 index 0000000..eeeec11 Binary files /dev/null and b/src/assets/IRANSans/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2 differ diff --git a/src/assets/IRANSans/license.pdf b/src/assets/IRANSans/license.pdf new file mode 100644 index 0000000..6f9c008 Binary files /dev/null and b/src/assets/IRANSans/license.pdf differ diff --git a/src/assets/images/user2.png b/src/assets/images/user2.png new file mode 100644 index 0000000..b679033 Binary files /dev/null and b/src/assets/images/user2.png differ diff --git a/src/index.js b/src/index.js index b3132f6..1efb402 100644 --- a/src/index.js +++ b/src/index.js @@ -2,6 +2,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; import 'bootstrap/dist/css/bootstrap.min.css'; +import './index.scss'; ReactDOM.render( diff --git a/src/index.scss b/src/index.scss new file mode 100644 index 0000000..6508955 --- /dev/null +++ b/src/index.scss @@ -0,0 +1,51 @@ + +@import "assets/IRANSans/WebFonts/css/fontiran.css"; + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +body::-webkit-scrollbar{ + display: none; + width: 0px; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} + +*{ + font-family: IRANSansNumeralLight; + box-sizing: border-box !important; +} + +@font-face { + font-family: IRANSansNumeralLight; + src: url(assets/IRANSans/Farsi_numerals/light.ttf); +} + +@font-face { + font-family: IRANSansNumeralBold; + src: url(assets/IRANSans/Farsi_numerals/Bold.ttf); +} + +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* Firefox */ +input[type=number] { + -moz-appearance: textfield; +} + +a { + color : black; +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/Body.js b/src/views/ChatRoom/Body/Body.js new file mode 100644 index 0000000..23beaa7 --- /dev/null +++ b/src/views/ChatRoom/Body/Body.js @@ -0,0 +1,144 @@ +import React, { Component } from 'react'; +import Message from './Message/Message'; +import ChatInputs from './ChatInputs/ChatInput'; +import { RecordState } from 'audio-react-recorder'; + +import photo from '../../../assets/images/reza.png'; +import photo1 from '../../../assets/images/user2.png'; +import './Body.scss'; +export default class Body extends Component { + constructor(props) { + super(props); + this.state = { + data : { + id: '1', + users: [{ + id: 'u1', + name: 'Vadim', + imageUri: photo, + }, { + id: 'u2', + name: 'Lukas', + imageUri: photo1, + }], + messages: [{ + id: 'm1', + content: 'How are you, Lukas!', + createdAt: '2020-10-10T12:48:00.000Z', + user: { + id: 'u1', + name: 'Vadim', + }, + }, { + id: 'm2', + content: 'I am good, good', + createdAt: '2020-10-03T14:49:00.000Z', + user: { + id: 'u2', + name: 'Lukas', + }, + }, { + id: 'm3', + content: 'What about you?', + createdAt: '2020-10-03T14:49:40.000Z', + user: { + id: 'u2', + name: 'Lukas', + }, + }, { + id: 'm4', + content: 'Good as well, preparing for the stream now.', + createdAt: '2020-10-03T14:50:00.000Z', + user: { + id: 'u1', + name: 'Vadim', + }, + }, { + id: 'm5', + content: 'How is your uni going?', + createdAt: '2020-10-03T14:51:00.000Z', + user: { + id: 'u1', + name: 'Vadim', + }, + }, { + id: 'm6', + content: 'It is a bit tough, as I have 2 specializations. How about yours? Do you enjoy it?', + createdAt: '2020-10-03T14:49:00.000Z', + user: { + id: 'u2', + name: 'Lukas', + }, + }, { + id: 'm7', + content: 'Big Data is really interesting. Cannot wait to go through all the material.', + createdAt: '2020-10-03T14:53:00.000Z', + user: { + id: 'u1', + name: 'Vadim', + }, + }] + }, + buttonMode : 'voice', + message : '', + voice : null, + } + } + + start = () => { + this.setState({ + voice: RecordState.START + }) + } + + stop = () => { + this.setState({ + voice: RecordState.STOP + }) + } + + //audioData contains blob and blobUrl + onStop = (audioData) => { + this.setState({ + voice : audioData, + }) + } + + cancel = () => { + this.setState({ + voice : null, + }) + } + + componentDidMount(){ + let chatroom = document.getElementById("chatroom"); + chatroom.scrollTop = chatroom.scrollHeight + 40; + } + render(){ + return ( +
+
+

محسن محمدی

+

2 دقیقه پیش آنلاین بوده

+
+
+ { + this.state.data.messages.map(item => ( + + )) + } + +
+
+ +
+
+ ); + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/Body.scss b/src/views/ChatRoom/Body/Body.scss new file mode 100644 index 0000000..c2b5643 --- /dev/null +++ b/src/views/ChatRoom/Body/Body.scss @@ -0,0 +1,33 @@ +@media screen and (max-width: 450px){ + .chat-body{ + background-color: rgb(210, 196, 214); + justify-content:flex-start; + flex : 1; + &__header{ + align-items: center; + height: 50px; + h1{ + font-size: 24px; + margin: 0; + letter-spacing:-1px; + font-family: IRANSansNumeralBold; + } + p{ + font-size: 16px; + color: rgb(101, 2, 182); + letter-spacing:-1px; + } + } + &__content{ + padding : 0px 20px 15px; + max-height: calc(100vh - 223px); + overflow-y: scroll !important; + } + &__footer{ + width: 100%; + min-height: 70px; + border-bottom-left-radius: 40px; + border-bottom-right-radius: 40px; + } + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/ChatInputs/ChatInput.js b/src/views/ChatRoom/Body/ChatInputs/ChatInput.js new file mode 100644 index 0000000..bfbee71 --- /dev/null +++ b/src/views/ChatRoom/Body/ChatInputs/ChatInput.js @@ -0,0 +1,52 @@ +import React, { Component } from 'react'; +import AudioReactRecorder from 'audio-react-recorder'; +import ReactAudioPlayer from 'react-audio-player'; +import MicIcon from '@material-ui/icons/Mic'; +import CheckIcon from '@material-ui/icons/Check'; +import CloseIcon from '@material-ui/icons/Close'; + +import './ChatInputs.scss'; +export default class ChatInputs extends Component { + render(){ + const {onStop,stop,start,recordState,cancel} = this.props; + return ( +
+ + {/* + + { + recordState ? + : null + } */} +
+ +
+
+
+ { + recordState === null || (recordState && recordState.url) ? +
+ +
: null + } + { + recordState === 'start' ? + <> +
+ +
+
+ +
+ : null + } +
+
+
+ ); + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/ChatInputs/ChatInputs.scss b/src/views/ChatRoom/Body/ChatInputs/ChatInputs.scss new file mode 100644 index 0000000..da7e16b --- /dev/null +++ b/src/views/ChatRoom/Body/ChatInputs/ChatInputs.scss @@ -0,0 +1,32 @@ +@media screen and (max-width: 450px){ + .chat-inputs{ + border-bottom-right-radius: 40px; + border-bottom-left-radius: 40px; + width: 100%; + padding : 0px 15px; + align-items : center; + &__box{ + flex: 1; + border-radius: 30px; + background: rgb(18,15,153); + background: linear-gradient(90deg, rgba(18,15,153,1) 0%, rgba(105,9,121,1) 60%); + height: 45px; + margin-right: 10px; + } + &__voice{ + &--icon{ + width: 45px; + height: 45px; + border-radius: 30px; + justify-content:center; + align-items:center; + background-color: white; + } + } + } +} + + +.audio-react-recorder{ + display:none; +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/Message/Message.js b/src/views/ChatRoom/Body/Message/Message.js new file mode 100644 index 0000000..fd33c89 --- /dev/null +++ b/src/views/ChatRoom/Body/Message/Message.js @@ -0,0 +1,47 @@ +import React, { Component } from 'react'; + + +import './Message.scss'; + +export default class Message extends Component { + + render(){ + const {message, user1, user2} = this.props; + return ( +
+ {message.id} +
+
+ + {message.user.name} + +
+

{message.content}

+
+
+ ); + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Body/Message/Message.scss b/src/views/ChatRoom/Body/Message/Message.scss new file mode 100644 index 0000000..105a358 --- /dev/null +++ b/src/views/ChatRoom/Body/Message/Message.scss @@ -0,0 +1,38 @@ +@media screen and (max-width: 450px){ + .message{ + // width: 100%; + position: relative; + img{ + width: 65px; + height:65px; + object-fit: cover; + border-radius: 30px; + border : 3px solid rgba(201, 201, 201, 0.857); + position: relative; + top: 20px; + z-index: 50; + } + &__box{ + width: 100%; + padding : 35px 15px 5px; + background-color:white; + border-radius: 30px; + position: relative; + p{ + width: 100%; + text-align: right; + font-size: 17px; + font-family: IRANSansNumeralBold; + } + &--detail{ + position: absolute; + top : 10px; + span{ + font-family: IRANSansNumeralBold; + color: rgb(155, 155, 155); + } + } + } + + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/ChatRoom.js b/src/views/ChatRoom/ChatRoom.js new file mode 100644 index 0000000..04cebb3 --- /dev/null +++ b/src/views/ChatRoom/ChatRoom.js @@ -0,0 +1,16 @@ +import React, { Component } from 'react'; + +import Header from './Header/Header'; +import Body from './Body/Body'; + +import './ChatRoom.scss'; +export default class ChatRoom extends Component { + render(){ + return ( +
+
+ +
+ ); + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/ChatRoom.scss b/src/views/ChatRoom/ChatRoom.scss new file mode 100644 index 0000000..677d803 --- /dev/null +++ b/src/views/ChatRoom/ChatRoom.scss @@ -0,0 +1,9 @@ +@media screen and (max-width: 450px){ + .chat-room{ + flex : 1; + background-color: rgb(15, 93, 209); + border-radius: 40px; + max-height: 100vh; + overflow-y: hidden; + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Header/Header.js b/src/views/ChatRoom/Header/Header.js new file mode 100644 index 0000000..5f68498 --- /dev/null +++ b/src/views/ChatRoom/Header/Header.js @@ -0,0 +1,20 @@ +import React, { Component } from 'react'; +import MoreVertIcon from '@material-ui/icons/MoreVert'; +import ArrowBackIosIcon from '@material-ui/icons/ArrowBackIos'; + +import './Header.scss'; +export default class Header extends Component { + back = () => { + window.history.back(); + } + render(){ + return ( +
+
this.back()}> + +
+ +
+ ); + } +} \ No newline at end of file diff --git a/src/views/ChatRoom/Header/Header.scss b/src/views/ChatRoom/Header/Header.scss new file mode 100644 index 0000000..1a05070 --- /dev/null +++ b/src/views/ChatRoom/Header/Header.scss @@ -0,0 +1,11 @@ +@media screen and (max-width: 450px){ + .header{ + border-top-right-radius: 40px; + border-top-left-radius: 40px; + height: 70px; + width: 100%; + justify-content : space-between; + align-items: flex-end; + padding : 0px 15px; + } +} \ No newline at end of file diff --git a/src/views/Home/Body/ChatList/Chat/Chat.js b/src/views/Home/Body/ChatList/Chat/Chat.js index 0c1dc4a..122b7a0 100644 --- a/src/views/Home/Body/ChatList/Chat/Chat.js +++ b/src/views/Home/Body/ChatList/Chat/Chat.js @@ -1,12 +1,12 @@ import React, { Component } from 'react'; - +import {Link} from 'react-router-dom'; import './Chat.scss'; export default class Chat extends Component { render(){ const {data} = this.props; return ( -
+ عکس کاربر

@@ -18,7 +18,7 @@ export default class Chat extends Component { 2
07:45

-
+ ); } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ee7e190..7f74c10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2623,6 +2623,13 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== +audio-react-recorder@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/audio-react-recorder/-/audio-react-recorder-1.0.4.tgz#db81f10286c2252af8d42162e1f49dbd1de0dffd" + integrity sha512-an7eX0yOGDbZOSu2LvnfWIsI41pkx9nXgtBVbI+9ByS91WKqoVGVb5pbmqHax5sZty2DjOIG/neuxcghIU/ucg== + dependencies: + prop-types "^15.7.2" + autoprefixer@^9.6.1: version "9.8.6" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" @@ -9504,6 +9511,13 @@ react-app-polyfill@^2.0.0: regenerator-runtime "^0.13.7" whatwg-fetch "^3.4.1" +react-audio-player@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/react-audio-player/-/react-audio-player-0.17.0.tgz#4be7b1952512801f36ba0865a9c98f7b108f991e" + integrity sha512-aCZgusPxA9HK7rLZcTdhTbBH9l6do9vn3NorgoDZRxRxJlOy9uZWzPaKjd7QdcuP2vXpxGA/61JMnnOEY7NXeA== + dependencies: + prop-types "^15.7.2" + react-dev-utils@^11.0.3: version "11.0.4" resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a"