diff options
author | Camil Staps | 2016-01-05 18:45:54 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-05 18:45:54 +0100 |
commit | 6d8e09b2221edf7a6bc84c7f3a838ddc3e5ce613 (patch) | |
tree | acf50718830e1e6ab9124c421322677866d2ce67 /public/css | |
parent | Fix for unique verb constraint (diff) | |
parent | Infinitives don't have person-gender-number (diff) |
Merge branch 'master' of github.com:camilstaps/HebrewParseTrainer
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/fonts/EzraSIL.ttf | bin | 0 -> 155584 bytes | |||
-rw-r--r-- | public/css/hebrewparsetrainer.css | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/css/fonts/EzraSIL.ttf b/public/css/fonts/EzraSIL.ttf Binary files differnew file mode 100644 index 0000000..b135760 --- /dev/null +++ b/public/css/fonts/EzraSIL.ttf 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 +} |