зеркало из https://github.com/mozilla/gecko-dev.git
23 строки
306 B
CSS
23 строки
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%;
|
|
}
|