Merubah Font: Difference between revisions
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> | |||