Skip to content

Commit

Permalink
Update Ekatra font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Nov 30, 2017
1 parent 8c7ac7f commit d68e3a3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
Binary file added assets/book/typography/fonts/Ekatra-Bold.ttf
Binary file not shown.
Binary file added assets/book/typography/fonts/Ekatra-Italic.ttf
Binary file not shown.
Binary file added assets/book/typography/fonts/Ekatra-Normal.ttf
Binary file not shown.
Binary file removed assets/book/typography/fonts/EkatraUnicode-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed assets/book/typography/fonts/EkatraUnicode.ttf
Binary file not shown.
50 changes: 25 additions & 25 deletions assets/book/typography/styles/_EkatraFont.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
// 'Ekatra', @import 'EkatraFont'

//EKATRA
// A font for the Gujarati language

@font-face {
font-family: 'Ekatra';
src: url('fonts/EkatraUnicode.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'Ekatra';
src: url('fonts/EkatraUnicode-NormalItalic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
}

@font-face {
font-family: 'Ekatra';
src: url('fonts/EkatraUnicode-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
// 'Ekatra', @import 'EkatraFont'

// EKATRA
// A font for the Gujarati language

@font-face {
font-family: 'Ekatra';
src: url('fonts/Ekatra-Normal.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: 'Ekatra';
src: url('fonts/Ekatra-Italic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
}

@font-face {
font-family: 'Ekatra';
src: url('fonts/Ekatra-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}

0 comments on commit d68e3a3

Please sign in to comment.