لا ملخص تعديل |
لا ملخص تعديل |
||
سطر ٥: | سطر ٥: | ||
* { |
* { |
||
font-family: 'Open Sans', sans-serif !important; |
font-family: 'Open Sans', sans-serif !important; |
||
} |
|||
.page-heading { /* Or the correct selector for your title */ |
|||
font-family: 'Open Sans', sans-serif !important; |
|||
} |
|||
#section_0 h2, #section_1 h2 /* etc. */ { |
|||
font-family: 'Open Sans', sans-serif !important; |
|||
} |
} |
مراجعة ٢٠:٥٥، ٤ يناير ٢٠٢٥
/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */ /* Import Open Sans from Google Fonts */ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); * { font-family: 'Open Sans', sans-serif !important; }