tenfourfox/layout/reftests/css-ruby/common.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

23 lines
311 B
CSS

@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%;
}