tenfourfox/layout/reftests/css-ruby/common.css

23 lines
311 B
CSS
Raw Normal View History

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