~fitojb/ubuntu-font-family-website/update-web-section

« back to all changes in this revision

Viewing changes to rupee/index.html

  • Committer: Steve Edwards
  • Date: 2011-08-30 17:13:08 UTC
  • mto: (53.2.1 redesign-merge)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: steve.edwards@canonical.com-20110830171308-wubp65sz8ynxgb25
First release of site redesign

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
  <head>
3
 
    <title>Indian Rupee Sign ₹ - Ubuntu Font Family</title>
4
 
    <link rel="stylesheet" type="text/css" href="../assets/styles.css" />
5
 
  </head>
6
 
  <body>
7
 
    <div id="wrapper">
8
 
      <div id="header">
9
 
        <a href="http://www.ubuntu.com"></a>
10
 
      </div>
11
 
      <div id="main">
12
 
        <h1>Ubuntu Font Family <span>Indian Rupee Sign</span></h1>
13
 
        <div id="content">
14
 
          <a href="indian-rupee-sign.pdf"><img id="rupee" src="indian-rupee-sign.png" width="300" height="424" title="₹ Indian Rupee Sign" /></a>
15
 
 
16
 
          <p>The <strong>Indian
17
 
          Rupee Sign</strong> (<big id="symbol">₹</big>)
18
 
          has <a href="https://bugs.launchpad.net/ubuntu-font-family/+bug/645987">been
19
 
          supported</a> in the Ubuntu Font Family since
20
 
          version 0.69. This was included in
21
 
          the <a href="http://www.ubuntu.com/">Ubuntu 10.10 operating
22
 
          system</a> release. Ubuntu 10.10 is the first operating system to
23
 
          ship with out-of-the-box support for displaying the <a href="http://en.wikipedia.org/wiki/Indian_rupee_sign">Indian Rupee Sign</a>,
24
 
          and this happened on 10 October 2010 (2010-10-10).</p>
25
 
 
26
 
          <p>To display the sign, you <em>must</em> have a font&mdash;such as the <a href="../">Ubuntu Font Family</a>&mdash;with support for the character. For K/Ubuntu 10.10 users, this is automatic.</p>
27
 
 
28
 
          <p>The sign can be inserted in your own documents using copy-and-paste from another location, or using the Unicode-entry method:</p>
29
 
          <ul>
30
 
            <li><strong>Ubuntu 10.10:</strong>&lt;Ctrl-Shift-u&gt;&nbsp;2&nbsp;0&nbsp;b&nbsp;9&nbsp;&lt;enter&gt;</li>
31
 
            <li><strong>MS Windows:</strong> &lt;Press-and-hold Alt&gt;&nbsp;2&nbsp;0&nbsp;b&nbsp;9&nbsp;&lt;Release Alt&gt;</li>
32
 
            <li><strong>Kubuntu 10.10:</strong> Copy-and-paste '₹'</li>
33
 
            <li><strong>HTML:</strong> insert "&amp;#x20b9;"</li>
34
 
          </ul>
35
 
 
36
 
          <p>The original designer of the Indian Rupee Sign
37
 
          is <a href="http://en.wikipedia.org/wiki/D_Udaya_Kumar">Udaya
38
 
          Kumar</a> who was awarded the prize on 15 July 2010 (2010-07-15)
39
 
          by the Indian Government. The codepoint at U+20B9 was assigned by
40
 
          the Unicode consortium on 11 August 2010 (2010-08-11). The glyph
41
 
          for the Ubuntu Font Family was contributed
42
 
          by <a href="https://launchpad.net/~rodrigorivascosta">Rodrigo
43
 
          Rivas</a> on 27 September 2010 (2010-09-27). Version 0.69 of the
44
 
          Ubuntu Font Family was uploaded on 5 October 2010 (2010-10-05).
45
 
          This hopefully demonstrates the advantage and speed possible when using
46
 
          open development.</p>
47
 
        </div>
48
 
      </div>
49
 
      <div id="footer">
50
 
        &copy; 2010 Canonical Ltd. Ubuntu and Canonical are
51
 
        registered trademarks of Canonical Ltd.
52
 
      </div>
53
 
    </div>
54
 
  </body>
55
 
</html>
56