aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ref/csharp/html/styles/branding-ja-JP.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/csharp/html/styles/branding-ja-JP.css')
-rw-r--r--doc/ref/csharp/html/styles/branding-ja-JP.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ref/csharp/html/styles/branding-ja-JP.css b/doc/ref/csharp/html/styles/branding-ja-JP.css
new file mode 100644
index 0000000000..403aa6ddf8
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-ja-JP.css
@@ -0,0 +1,18 @@
+/* Start JA-JP locale-specific CSS */
+body
+{
+ font-family: Segoe UI, Verdana, Arial, MS Pゴシック;
+}
+pre
+{
+ font-family: Consolas, Courier, monospace, MS ゴシック;
+}
+span.tt
+{
+ font-family: Consolas, Courier, monospace, MS ゴシック;
+}
+span.code
+{
+ font-family: Consolas, Courier, monospace, MS ゴシック;
+}
+/* End locale-specific CSS */