7881e4fe9 añadir roboto itálica
ffc637d76 añadir fuente roboto
7881e4fe9
añadir roboto itálica7881e4fe9f057ebe728d0f0019dbf0d0df0e8bdd
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
añadir fuente robotoffc637d7640b536dd54c218b3b07cfebe0ce7c77
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;
+}