From 21f0c90de73dd9a310d24298a99330c24b44d168 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 25 Apr 2022 13:58:40 +0200 Subject: Add review of Bekins --- resources/pug/finals/index.pug | 4 ++++ resources/sass/style.scss | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index db8ab5a..59a2c93 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -126,6 +126,10 @@ block content table.main_table.publications tr td 2021 + td + +review(2021, 'Peter Bekins', 'Inscriptions from the World of the Bible. A Reader and Introduction to Old Northwest Semitic')(journal='Bibliotheca Orientalis', volume=78, issue='5/6', pages='723-726') + tr + td td +review(2021, 'Margaret Winters', 'Historical Linguistics')(journal='LINGUIST List', volume=32, issue=1438, url='https://linguistlist.org/issues/32/32-1438/', oa) tr diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 75bc06b..5a814d7 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -9,13 +9,14 @@ @import "highlight.js/scss/default"; @font-face { - font-family: Hebrew; - src: url('/assets/fonts/SBL_Hebrew.ttf'); - unicode-range: U+0590-05FF, U+FB1D-FB4F; + font-family: Hebrew; + size-adjust: 120%; + src: url('/assets/fonts/SBL_Hebrew.ttf'); + unicode-range: U+0590-05FF, U+FB1D-FB4F; } body { - font-family: Hebrew, sans-serif; + font-family: Hebrew, sans-serif; } .container { -- cgit v1.2.3