כיוון שלא ניתן להגדיר גדלי פונטים ב-BeTheme למובייל ולטאבלט, הגדרת הפונטים הנ"ל תיעשה באמצעות קוד CSS להלן:
(ב-Blueprint של החברה הקוד הזה כבר מוגדר מראש)

/*--Laptop size ai font CSS fix --*/
@media only screen and (max-width: 1240px) and (min-width: 768px) {
 body p { font-size: 18px; line-height: 22px; }
}
/*--Tablet size ai font CSS fix --*/
@media only screen and (max-width: 959px) and (min-width: 768px) {
 body p { font-size: 18px; line-height: 22px; }
}
/*--Wide mobile size ai font CSS fix --*/
@media only screen and (max-width: 767px) and (min-width: 480px) {
 body p { font-size: 16px; line-height: 20px; }
}
/*--Mobile size ai font CSS fix --*/
@media only screen and (max-width: 479px) {
 body p { font-size: 16px; line-height: 20px; }
}
x
סייען נגישות
הגדלת גופן