From cf04fa8f3a760ddcc935c597bf3d3d053e58c128 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Tue, 5 Jan 2016 12:35:46 +0100
Subject: Ezra SIL font

---
 public/css/fonts/EzraSIL.ttf      | Bin 0 -> 155584 bytes
 public/css/hebrewparsetrainer.css |   7 ++++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 public/css/fonts/EzraSIL.ttf

(limited to 'public/css')

diff --git a/public/css/fonts/EzraSIL.ttf b/public/css/fonts/EzraSIL.ttf
new file mode 100644
index 0000000..b135760
Binary files /dev/null and b/public/css/fonts/EzraSIL.ttf differ
diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css
index 2cc1c85..9b90843 100644
--- a/public/css/hebrewparsetrainer.css
+++ b/public/css/hebrewparsetrainer.css
@@ -15,6 +15,11 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+@font-face {
+    font-family: 'Ezra SIL';
+    src: url('fonts/EzraSIL.ttf');
+}
+
 #trainer-404 {
     display: none;
     padding: 15px;
@@ -26,4 +31,4 @@
 
 .hebrew-large {
     font-size: 40px;
-}
\ No newline at end of file
+}
-- 
cgit v1.2.3