aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/001-fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/001-fonts.css')
-rw-r--r--web/css/001-fonts.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/web/css/001-fonts.css b/web/css/001-fonts.css
new file mode 100644
index 0000000..20f68e3
--- /dev/null
+++ b/web/css/001-fonts.css
@@ -0,0 +1,24 @@
+@font-face {
+ font-family: "LM Roman";
+ font-weight: bold;
+ font-style: normal;
+ src: url("/fonts/lmroman10-bold.otf");
+}
+@font-face {
+ font-family: "LM Roman";
+ font-weight: bold;
+ font-style: italic;
+ src: url("/fonts/lmroman10-bolditalic.otf");
+}
+@font-face {
+ font-family: "LM Roman";
+ font-weight: normal;
+ font-style: italic;
+ src: url("/fonts/lmroman10-italic.otf");
+}
+@font-face {
+ font-family: "LM Roman";
+ font-weight: normal;
+ font-style: normal;
+ src: url("/fonts/lmroman10-regular.otf");
+} \ No newline at end of file