EN · DE · RU · FR · ES

#2505: index.css

projectforge-webapp/src/assets/fonts/roboto/index.css CSS stylesheet, projectforge-webapp/src/assets/fonts/roboto/index.css 24 lines · 20 code · 1 comments · 3 blank
Purpose: React webapp: index.css. index.css is part of the ProjectForge open-source project management application.

Source (first 100 lines)

* {
    font-family: Roboto, sans-serif;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

Git History

7881e4fe9 add roboto italic
ffc637d76 add roboto font

7881e4fe9

add roboto italic
7881e4fe9f057ebe728d0f0019dbf0d0df0e8bdd
diff --git a/projectforge-webapp/src/assets/fonts/roboto/index.css b/projectforge-webapp/src/assets/fonts/roboto/index.css
index 708417a43..6da2c758a 100644
--- a/projectforge-webapp/src/assets/fonts/roboto/index.css
+++ b/projectforge-webapp/src/assets/fonts/roboto/index.css
@@ -9,6 +9,13 @@
     font-style: normal;
 }
 
+@font-face {
+    font-family: 'Roboto';
+    src: url('Roboto-Italic.ttf') format('truetype');
+    font-weight: normal;
+    font-style: italic;
+}
+
 @font-face {
     font-family: 'Roboto';
     src: url('Roboto-Bold.ttf') format('truetype');

ffc637d76

add roboto font
ffc637d7640b536dd54c218b3b07cfebe0ce7c77
diff --git a/projectforge-webapp/src/assets/fonts/roboto/index.css b/projectforge-webapp/src/assets/fonts/roboto/index.css
new file mode 100644
index 000000000..708417a43
--- /dev/null
+++ b/projectforge-webapp/src/assets/fonts/roboto/index.css
@@ -0,0 +1,17 @@
+* {
+    font-family: Roboto, sans-serif;
+}
+
+@font-face {
+    font-family: 'Roboto';
+    src: url('./Roboto-Regular.ttf') format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'Roboto';
+    src: url('Roboto-Bold.ttf') format('truetype');
+    font-weight: bold;
+    font-style: normal;
+}