mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
35 lines
543 B
CSS
35 lines
543 B
CSS
@font-feature-values "Otaru Kisa" {
|
|
@annotation{
|
|
circled: 1;
|
|
black-boxed: 3;
|
|
}
|
|
}
|
|
@font-feature-values Otaru {
|
|
@annotation{
|
|
circled: 1;
|
|
black-boxed: 3;
|
|
}
|
|
}
|
|
@font-feature-values Otaru Kisa {
|
|
@annotation{
|
|
circled: 1;
|
|
black-boxed: 3;
|
|
}
|
|
}
|
|
@font-feature-values Taisho Gothic {
|
|
@annotation{
|
|
boxed: 1;
|
|
circled: 4;
|
|
}
|
|
}
|
|
@font-feature-values Taisho Gothic, Bar {
|
|
@annotation{
|
|
boxed: 1;
|
|
circled: 4;
|
|
}
|
|
}
|
|
h3.title {
|
|
font-family: Otaru Kisa, Taisho Gothic;
|
|
font-variant: annotation(circled);
|
|
}
|