1
0
Fork 0
firefox/layout/reftests/css-ruby/common.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
306 B
CSS

@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
rbc {
display: ruby-base-container;
unicode-bidi: isolate;
}
[pseudo] {
font-size: inherit;
line-height: inherit;
}
[pseudo] > rt {
font-size: 50%;
}
[pseudo] > rt[pseudo] {
font-size: inherit;
}
.large {
font-size: 200%;
}