summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss
index e54ba81..8cfa677 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -1,9 +1,23 @@
@import "bootstrap";
+@font-face {
+ font-family: Hebrew;
+ src: url('/assets/fonts/SBL_Hebrew.ttf');
+ unicode-range: U+0590-05FF;
+}
+
+body {
+ font-family: Hebrew, sans-serif;
+}
+
.container {
max-width: 970px;
}
+.greyed-out {
+ color: #888;
+}
+
img#profile {
margin: 1em 1em 1em 0;
}