mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
8bb94fa4a4
MozReview-Commit-ID: 1o2NEe8eiSX --HG-- extra : rebase_source : b09e931fc8e318ceda224fe9c02dd7931c75f8ed
23 lines
306 B
CSS
23 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%;
|
|
}
|