2015-02-17 08:01:49 +03:00
|
|
|
@font-face {
|
|
|
|
font-family: Ahem;
|
|
|
|
src: url(../fonts/Ahem.ttf);
|
|
|
|
}
|
2014-12-14 09:18:29 +03:00
|
|
|
rbc {
|
|
|
|
display: ruby-base-container;
|
2016-06-30 09:25:31 +03:00
|
|
|
unicode-bidi: isolate;
|
2014-12-14 09:18:29 +03:00
|
|
|
}
|
|
|
|
[pseudo] {
|
2015-01-12 04:52:19 +03:00
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
2014-12-14 09:18:29 +03:00
|
|
|
}
|
|
|
|
[pseudo] > rt {
|
|
|
|
font-size: 50%;
|
|
|
|
}
|
2015-01-12 04:52:19 +03:00
|
|
|
[pseudo] > rt[pseudo] {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
2014-12-14 09:18:29 +03:00
|
|
|
|
|
|
|
.large {
|
|
|
|
font-size: 200%;
|
|
|
|
}
|