forked from AuroraMiddleware/gtk
93b643c44d
This conforms to what Pango does and to the CSS4 spec. And it makes the parsing code easier. So let's go for it.
64 lines
448 B
CSS
64 lines
448 B
CSS
a {
|
|
font-weight: initial;
|
|
}
|
|
|
|
b {
|
|
font-weight: inherit;
|
|
}
|
|
|
|
c {
|
|
font-weight: unset;
|
|
}
|
|
|
|
d {
|
|
font-weight: 400;
|
|
}
|
|
|
|
e {
|
|
font-weight: 700;
|
|
}
|
|
|
|
f {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
g {
|
|
font-weight: lighter;
|
|
}
|
|
|
|
h {
|
|
font-weight: 100;
|
|
}
|
|
|
|
i {
|
|
font-weight: 200;
|
|
}
|
|
|
|
j {
|
|
font-weight: 300;
|
|
}
|
|
|
|
k {
|
|
font-weight: 400;
|
|
}
|
|
|
|
l {
|
|
font-weight: 500;
|
|
}
|
|
|
|
m {
|
|
font-weight: 600;
|
|
}
|
|
|
|
n {
|
|
font-weight: 700;
|
|
}
|
|
|
|
o {
|
|
font-weight: 800;
|
|
}
|
|
|
|
p {
|
|
font-weight: 900;
|
|
}
|