-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdv.wikipedia.user.css
94 lines (92 loc) · 1.7 KB
/
dv.wikipedia.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/* ==UserStyle==
@name BetterThaana Dhivehi Wikipedia
@namespace hassaanmv.com
@version 2.0.2
@homepageURL https://github.com/maaldheefee/userstyles-mv
@updateURL https://raw.githubusercontent.com/maaldheefee/userstyles-mv/master/dv.wikipedia.user.css
@license CC
@author maaldheefee
@preprocessor stylus
@var select fontName "Body Font" ["Tharujamaanu", "MV Typewriter", "Faruma"]
==/UserStyle== */
@-moz-document domain("dv.wikipedia.org") {
@font-face {
font-family: Tharujamaanu;
src: url("https://fonts.hassaanmv.com/fonts/merged-light.woff2") format("woff2"), url(https://fonts.hassaanmv.com/fonts/merged-light.woff) format("woff");
font-weight: 400;
font-style: normal;
font-stretch: normal;
font-display: swap;
}
@font-face {
font-family: Tharujamaanu;
src: url("https://fonts.hassaanmv.com/fonts/merged-bold.woff2") format("woff2"), url("https://fonts.hassaanmv.com/fonts/merged-bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-stretch: normal;
font-display: swap;
}
#bodyContent,
.mw-body-content,
#content p,
#content dd,
#content ol,
div#content ul,
td.diff-context {
font-size: 16pt;
line-height: 1.8em !important;
}
.mw-body h1,
.mw-body h2 {
font-weight: 700;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
ins,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
select,
audio,
video {
font-family: fontName, sans-serif !important;
}
}