From 3b7c5cfd48f5b63d2fde480563fb5a9169038b03 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 4 Dec 2011 15:57:13 +0200 Subject: [PATCH] Fix line spacing and style TeX --- www/index.html | 5 +++-- www/style.css | 12 +++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/www/index.html b/www/index.html index 2f32219fff..2a5e5d2373 100644 --- a/www/index.html +++ b/www/index.html @@ -178,8 +178,9 @@

Thanks

  • Abdarrahman Hosny, my younger brother, without his enormous help in drawing the glyph, this project would have stagnated for years.
  • -
  • The TeX Users Group (TUG) for - their generous fund.
  • +
  • The TEX Users Group (TUG) for their + generous fund.
  • Fahd Al-Saidi and the people behind IT Wadi for their generous donation, that allowed me to devote more time to the project.
  • diff --git a/www/style.css b/www/style.css index 0628989cf8..43b3bcf714 100644 --- a/www/style.css +++ b/www/style.css @@ -29,7 +29,7 @@ tt { .ar { direction: rtl; font-family: "AmiriWeb", "Crimson Text", serif; - line-height: 1.61; + line-height: 1.52; float: right; right: 5px; } @@ -58,3 +58,13 @@ tt { padding-top: 267px; padding-bottom: 53px; } + +span.TEX { + letter-spacing: -0.125em; +} + +span.TEX span.E { + left: -0.0417em; + position: relative; + top: 0.5ex; +}