Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

کمبودهای ساحل در تقویم گوگل #27

Closed
neesti opened this issue Jun 4, 2019 · 4 comments
Closed

کمبودهای ساحل در تقویم گوگل #27

neesti opened this issue Jun 4, 2019 · 4 comments

Comments

@neesti
Copy link

neesti commented Jun 4, 2019

اگر فونت ساحل را بر تقویم تحت وب گوگل (Google Calendar) اِعمال کنیم، بعضی از آیکون‌ها درست دیده نمی‌شوند! مثلاً آیکون‌های ماه بعد، ماه قبل و جست‌وجو

image

@rastikerdar
Copy link
Owner

فکر می‌کنم شما فونت رو برای کل اِلمان‌های صفحه اعمال نموده‌اید در صورتی که احتمالا برخی از اون‌ها از یک فونت واحد یا از فونت متن استفاده نمی‌کنند. مثل موضوع آیکون‌فونت‌ها

@neesti
Copy link
Author

neesti commented Jun 4, 2019

بله، همین کار را کردم. در واقع سؤالم هم همین بود که چگونه می‌شود در عین اِعمال این فونت بر کل صفحه آیکون‌فونت‌ها را هم درست نمایش داد؟

@rastikerdar
Copy link
Owner

این به نظر درست کار می‌کنه:

*:not([aria-hidden="true"]) {
    font-family: Sahel !important;
    letter-spacing: 0;
}

البته یک حالت این می‌تونه باشه. اما مشکل اینه که تراز آیکون‌ها متفاوته و کمی بالا و پایین ممکنه بشه:

* {
    font-family: Sahel, Material Icons Extended !important;
}

@neesti
Copy link
Author

neesti commented Jun 4, 2019

با کد دومی، یعنی این:

* { font-family: Sahel, Material Icons Extended !important; }

مشکل حل شد.
متشکرم.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants