EN · DE · RU · FR · ES

#2505: index.css

projectforge-webapp/src/assets/fonts/roboto/index.css CSS-таблица стилей, projectforge-webapp/src/assets/fonts/roboto/index.css 24 строки · 20 кода · 1 комментарий · 3 пустых
Назначение: React-приложение: index.css. index.css является частью приложения для управления проектами с открытым исходным кодом ProjectForge.

Исходный код (первые 100 строк)

* {
    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

7881e4fe9 добавить roboto курсив
ffc637d76 добавить шрифт roboto

7881e4fe9

добавить roboto курсив
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

добавить шрифт roboto
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;
+}