summaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/pug/finals/index.pug4
-rw-r--r--resources/sass/style.scss9
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 {