From 997bc97096b5c147f7d679a4730b2d531dab467f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C4=83t=C4=83lin=20Fr=C3=A2ncu?= Date: Tue, 24 Jun 2014 18:08:10 +0300 Subject: [PATCH] Romanian: use a font that's more diacritics-friendly --- ro/confirmation.html | 1 + ro/index.html | 1 + ro/infographic.html | 1 + ro/mac.html | 2 ++ ro/main_ro.css | 19 +++++++++++++++++++ ro/next_steps.html | 1 + ro/windows.html | 1 + 7 files changed, 26 insertions(+) create mode 100644 ro/main_ro.css diff --git a/ro/confirmation.html b/ro/confirmation.html index 8266516d..6cea4e61 100644 --- a/ro/confirmation.html +++ b/ro/confirmation.html @@ -9,6 +9,7 @@ + diff --git a/ro/index.html b/ro/index.html index ddbae995..9ea13cc5 100644 --- a/ro/index.html +++ b/ro/index.html @@ -9,6 +9,7 @@ + diff --git a/ro/infographic.html b/ro/infographic.html index b670b1b9..5655c5c4 100644 --- a/ro/infographic.html +++ b/ro/infographic.html @@ -9,6 +9,7 @@ + diff --git a/ro/mac.html b/ro/mac.html index 9d39cc8b..bc0a3a50 100644 --- a/ro/mac.html +++ b/ro/mac.html @@ -6,8 +6,10 @@ Autoapărarea pe e-mail - un ghid pentru combaterea supravegherii folosind criptarea GnuPG + + diff --git a/ro/main_ro.css b/ro/main_ro.css new file mode 100644 index 00000000..b6c725ab --- /dev/null +++ b/ro/main_ro.css @@ -0,0 +1,19 @@ +/* Necessary because the global fonts cannot render AĂÂIÎSȘTȚ uniformly */ + +body { + font-family: 'DejaVu Sans', Arial, sans-serif; + font-size: 1.15em; +} + +h2, +h3 { + font-family: 'DejaVu Sans', Arial, sans-serif; +} + +ul.os a.current, +.main dt, +.troubleshooting dt, +strong { + font-family: 'DejaVu Sans'; + font-weight: bold; +} diff --git a/ro/next_steps.html b/ro/next_steps.html index ad1f34f6..d0f6890a 100644 --- a/ro/next_steps.html +++ b/ro/next_steps.html @@ -9,6 +9,7 @@ + diff --git a/ro/windows.html b/ro/windows.html index 7ab18823..e83ce7db 100644 --- a/ro/windows.html +++ b/ro/windows.html @@ -9,6 +9,7 @@ + -- 2.25.1