diff options
author | Camil Staps | 2022-04-25 13:58:40 +0200 |
---|---|---|
committer | Camil Staps | 2022-04-25 13:58:40 +0200 |
commit | 21f0c90de73dd9a310d24298a99330c24b44d168 (patch) | |
tree | 60c1294211aa2d699a6b5284c2490a2869434b3e | |
parent | Make co-authors of talks more prominent (diff) |
Add review of Bekins
-rw-r--r-- | resources/pug/finals/index.pug | 4 | ||||
-rw-r--r-- | 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 @@ -127,6 +127,10 @@ block content 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 td 2020 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 { |