mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
361 B
20 lines
361 B
10 years ago
|
/* Start KO-KR locale-specific CSS */
|
||
|
body
|
||
|
{
|
||
|
font-family: Malgun Gothic, Segoe UI, Verdana, Arial;
|
||
|
font-size: 0.75em; /*9pt*/
|
||
|
}
|
||
|
pre
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 돋움체;
|
||
|
}
|
||
|
span.tt
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 돋움체;
|
||
|
}
|
||
|
span.code
|
||
|
{
|
||
|
font-family: Consolas, Courier, monospace, 돋움체;
|
||
|
}
|
||
|
/* End locale-specific CSS */
|