Jump to content

Merubah Font: Difference between revisions

From Wiki
Created page with " @font-face { font-family: 'Noto Naskh Arabic'; src: url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');} .mw-body, .mw-headline, .mw-label,..."
 
No edit summary
Line 1: Line 1:
  @font-face {
  <div style="max-width:70em; margin:auto;">@font-face {
  font-family: 'Noto Naskh Arabic';
  font-family: 'Noto Naskh Arabic';
  src: url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}
  src: url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}
Line 10: Line 10:
  .mw-allpages-nav {
  .mw-allpages-nav {
  font-family: 'Noto Naskh Arabic';}
  font-family: 'Noto Naskh Arabic';}
</div>

Revision as of 19:15, 1 November 2021

@font-face {
font-family: 'Noto Naskh Arabic';
src: url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'Noto Naskh Arabic';}