aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-01-05 12:35:46 +0100
committerCamil Staps2016-01-05 13:25:11 +0100
commitcf04fa8f3a760ddcc935c597bf3d3d053e58c128 (patch)
treec30153ab847ec9a54fe0a837151c71da820f26ac
parentCan work with installation in subdirectory (diff)
Ezra SIL font
-rw-r--r--Readme.md3
-rw-r--r--public/css/fonts/EzraSIL.ttfbin0 -> 155584 bytes
-rw-r--r--public/css/hebrewparsetrainer.css7
3 files changed, 9 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 2d15160..7b150e6 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,5 +10,8 @@ A simple app to practice Hebrew verbs.
GPL v3.0, see the LICENSE file.
+This project uses the [EzraSIL][ezrasil] font which is licensed under the Open Font License.
+
[demo]: https://demo.camilstaps.nl/HebrewParseTrainer
+[ezrasil]: http://scripts.sil.org/cms/scripts/page.php?item_id=EzraSIL_Home
diff --git a/public/css/fonts/EzraSIL.ttf b/public/css/fonts/EzraSIL.ttf
new file mode 100644
index 0000000..b135760
--- /dev/null
+++ b/public/css/fonts/EzraSIL.ttf
Binary files 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
+}