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 |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@font-face { | @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('<nowiki>https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');}</nowiki> | ||
.mw-body, | .mw-body, | ||
.mw-headline, | .mw-headline, | ||
| Line 10: | Line 11: | ||
.mw-allpages-nav { | .mw-allpages-nav { | ||
font-family: 'Noto Naskh Arabic';} | font-family: 'Noto Naskh Arabic';} | ||
[[Category:Tutorial]] | |||
[[Category:MediaWiki]] | |||