Skip to content

Commit

Permalink
Merged to master
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakbhuta committed Apr 16, 2013
2 parents 8a23b92 + 4197e7d commit 59ff0fc
Show file tree
Hide file tree
Showing 18 changed files with 500 additions and 0 deletions.
Binary file added aakar-medium-webfont.eot
Binary file not shown.
113 changes: 113 additions & 0 deletions aakar-medium-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aakar-medium-webfont.ttf
Binary file not shown.
Binary file added aakar-medium-webfont.woff
Binary file not shown.
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,57 @@
body {
text-align: center;
}

@font-face {
font-family: 'Aakar';
src: url('aakar-medium-webfont.eot');
src: local('Aakar'),
url('aakar-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('aakar-medium-webfont.woff') format('woff'),
url('aakar-medium-webfont.ttf') format('truetype'),
url('aakar-medium-webfont.svg#aakarmedium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Rekha';
src: url('rekha-webfont.eot');
src: local('Rekha'),
url('rekha-webfont.eot?#iefix') format('embedded-opentype'),
url('rekha-webfont.woff') format('woff'),
url('rekha-webfont.ttf') format('truetype'),
url('rekha-webfont.svg#rekhamedium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Samyak';
src: url('samyak-gujarati-webfont.eot');
src: local('Samyak Gujarati'),
local('Samyak'),
url('samyak-gujarati-webfont.eot?#iefix') format('embedded-opentype'),
url('samyak-gujarati-webfont.woff') format('woff'),
url('samyak-gujarati-webfont.ttf') format('truetype'),
url('samyak-gujarati-webfont.svg#samyak_gujaratiregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Lohit';
src: url('lohit-gujarati-webfont.eot');
src: local('Lohit Gujarati'),
local('Lohit'),
url('lohit-gujarati-webfont.eot?#iefix') format('embedded-opentype'),
url('lohit-gujarati-webfont.woff') format('woff'),
url('lohit-gujarati-webfont.ttf') format('truetype'),
url('lohit-gujarati-webfont.svg#lohit_gujaratiregular') format('svg');
font-weight: normal;
font-style: normal;
}

</style>
</head>
<body>
Expand All @@ -17,6 +68,8 @@
<button class="fontFamily">Gujarati Sangam MN</button>
<button class="fontFamily">Aakar</button>
<button class="fontFamily">Rekha</button>
<button class="fontFamily">Samyak</button>
<button class="fontFamily">Lohit</button>
</div>

<div>
Expand Down
Binary file added lohit-gujarati-webfont.eot
Binary file not shown.
100 changes: 100 additions & 0 deletions lohit-gujarati-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lohit-gujarati-webfont.ttf
Binary file not shown.
Binary file added lohit-gujarati-webfont.woff
Binary file not shown.
Binary file added rekha-webfont.eot
Binary file not shown.
130 changes: 130 additions & 0 deletions rekha-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rekha-webfont.ttf
Binary file not shown.
Binary file added rekha-webfont.woff
Binary file not shown.
Binary file added samyak-gujarati-webfont.eot
Binary file not shown.
103 changes: 103 additions & 0 deletions samyak-gujarati-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samyak-gujarati-webfont.ttf
Binary file not shown.
Binary file added samyak-gujarati-webfont.woff
Binary file not shown.
1 change: 1 addition & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
અવલોકન

0 comments on commit 59ff0fc

Please sign in to comment.