Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/fonts.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/fonts.css b/css/fonts.css
index 3105110e..00011fef 100644
--- a/css/fonts.css
+++ b/css/fonts.css
@@ -185,6 +185,30 @@
font-style: italic;
}
@font-face {
+ font-family: "Cambria";
+ src: url("./fonts/Caladea-Regular.ttf") format("truetype");
+ font-weight: normal;
+ font-style: normal;
+}
+@font-face {
+ font-family: "Cambria";
+ src: url("./fonts/Caladea-Bold.ttf") format("truetype");
+ font-weight: bold;
+ font-style: normal;
+}
+@font-face {
+ font-family: "Cambria";
+ src: url("./fonts/Caladea-Italic.ttf") format("truetype");
+ font-weight: normal;
+ font-style: italic;
+}
+@font-face {
+ font-family: "Cambria";
+ src: url("./fonts/Caladea-BoldItalic.ttf") format("truetype");
+ font-weight: bold;
+ font-style: italic;
+}
+@font-face {
font-family: "Lohit Devanagari";
src: url("./fonts/Lohit-Devanagari.ttf") format("truetype");
font-weight: normal;