diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-08-25 14:05:30 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-08-25 14:05:30 -0700 |
commit | 9dee67b5cf52608f1dbe1142c43e8bf197cc34da (patch) | |
tree | 6b32dce07d328651b7b59e6b5b9aa5710da2f7cd /doc/ref/csharp/html/styles/branding-ko-KR.css | |
parent | 25de92c997117da87cfde68f97400aa32d27d814 (diff) | |
parent | 4087ea6f9c543ec79436c45281475fefe4e33a8f (diff) |
Merge github.com:grpc/grpc into naming-crisis
Diffstat (limited to 'doc/ref/csharp/html/styles/branding-ko-KR.css')
-rw-r--r-- | doc/ref/csharp/html/styles/branding-ko-KR.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ref/csharp/html/styles/branding-ko-KR.css b/doc/ref/csharp/html/styles/branding-ko-KR.css new file mode 100644 index 0000000000..2b46e923ef --- /dev/null +++ b/doc/ref/csharp/html/styles/branding-ko-KR.css @@ -0,0 +1,19 @@ +/* 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 */ |