]> _ Git - odl.git/commitdiff
Done #4812 @2
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Oct 2021 18:43:27 +0000 (20:43 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Oct 2021 18:43:27 +0000 (20:43 +0200)
15 files changed:
resources/css/fonts.css [new file with mode: 0644]
resources/fonts/GeneralSans-Variable.eot [new file with mode: 0755]
resources/fonts/GeneralSans-Variable.ttf [new file with mode: 0755]
resources/fonts/GeneralSans-Variable.woff [new file with mode: 0755]
resources/fonts/GeneralSans-Variable.woff2 [new file with mode: 0755]
resources/fonts/GeneralSans-VariableItalic.eot [new file with mode: 0755]
resources/fonts/GeneralSans-VariableItalic.ttf [new file with mode: 0755]
resources/fonts/GeneralSans-VariableItalic.woff [new file with mode: 0755]
resources/fonts/GeneralSans-VariableItalic.woff2 [new file with mode: 0755]
resources/fonts/roboto-v29-latin-500.woff [new file with mode: 0644]
resources/fonts/roboto-v29-latin-500.woff2 [new file with mode: 0644]
resources/fonts/roboto-v29-latin-700.woff [new file with mode: 0644]
resources/fonts/roboto-v29-latin-700.woff2 [new file with mode: 0644]
resources/fonts/roboto-v29-latin-regular.woff [new file with mode: 0644]
resources/fonts/roboto-v29-latin-regular.woff2 [new file with mode: 0644]

diff --git a/resources/css/fonts.css b/resources/css/fonts.css
new file mode 100644 (file)
index 0000000..d62e891
--- /dev/null
@@ -0,0 +1,79 @@
+/**
+ * @license
+ *
+ * Font Family: General Sans
+ * Designed by: Frode Helland
+ * URL: https://www.fontshare.com/fonts/general-sans
+ * © 2021 Indian Type Foundry
+ *
+ * Font Styles:
+ * General Sans Variable (Variable font)
+ * General Sans Variable Italic (Variable font)
+*/
+
+
+/**
+* This is a variable font
+* You can control variable axes as shown below:
+* font-variation-settings: 'wght' 700.0;
+*
+* available axes:
+
+* 'wght' (range from 200.0 to 700.0)
+
+*/
+
+/*=== GeneralSans-Variable ===*/
+@font-face {
+    font-family: 'GeneralSans';
+    src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
+    url('../fonts/GeneralSans-Variable.woff') format('woff'),
+    url('../fonts/GeneralSans-Variable.ttf') format('truetype');
+    font-weight: 200 700;
+    font-display: swap;
+    font-style: normal;
+}
+
+/*=== GeneralSans-VariableItalic ===*/
+@font-face {
+    font-family: 'GeneralSans';
+    src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
+    url('../fonts/GeneralSans-VariableItalic.woff') format('woff'),
+    url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
+    font-weight: 200 700;
+    font-display: swap;
+    font-style: italic;
+}
+
+
+/*=======
+| ROBOTO - https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin
+========*/
+
+/* roboto-regular - latin */
+@font-face {
+    font-family: 'Roboto';
+    font-style: normal;
+    font-weight: 400;
+    src: local(''),
+    url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
+    url('../fonts/roboto-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
+}
+/* roboto-500 - latin */
+@font-face {
+    font-family: 'Roboto';
+    font-style: normal;
+    font-weight: 500;
+    src: local(''),
+    url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
+    url('../fonts/roboto-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
+}
+/* roboto-700 - latin */
+@font-face {
+    font-family: 'Roboto';
+    font-style: normal;
+    font-weight: 700;
+    src: local(''),
+    url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
+    url('../fonts/roboto-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
+}
diff --git a/resources/fonts/GeneralSans-Variable.eot b/resources/fonts/GeneralSans-Variable.eot
new file mode 100755 (executable)
index 0000000..9763a21
Binary files /dev/null and b/resources/fonts/GeneralSans-Variable.eot differ
diff --git a/resources/fonts/GeneralSans-Variable.ttf b/resources/fonts/GeneralSans-Variable.ttf
new file mode 100755 (executable)
index 0000000..65b0dab
Binary files /dev/null and b/resources/fonts/GeneralSans-Variable.ttf differ
diff --git a/resources/fonts/GeneralSans-Variable.woff b/resources/fonts/GeneralSans-Variable.woff
new file mode 100755 (executable)
index 0000000..8e56437
Binary files /dev/null and b/resources/fonts/GeneralSans-Variable.woff differ
diff --git a/resources/fonts/GeneralSans-Variable.woff2 b/resources/fonts/GeneralSans-Variable.woff2
new file mode 100755 (executable)
index 0000000..55e906b
Binary files /dev/null and b/resources/fonts/GeneralSans-Variable.woff2 differ
diff --git a/resources/fonts/GeneralSans-VariableItalic.eot b/resources/fonts/GeneralSans-VariableItalic.eot
new file mode 100755 (executable)
index 0000000..2d83e74
Binary files /dev/null and b/resources/fonts/GeneralSans-VariableItalic.eot differ
diff --git a/resources/fonts/GeneralSans-VariableItalic.ttf b/resources/fonts/GeneralSans-VariableItalic.ttf
new file mode 100755 (executable)
index 0000000..e9450be
Binary files /dev/null and b/resources/fonts/GeneralSans-VariableItalic.ttf differ
diff --git a/resources/fonts/GeneralSans-VariableItalic.woff b/resources/fonts/GeneralSans-VariableItalic.woff
new file mode 100755 (executable)
index 0000000..81d8a5a
Binary files /dev/null and b/resources/fonts/GeneralSans-VariableItalic.woff differ
diff --git a/resources/fonts/GeneralSans-VariableItalic.woff2 b/resources/fonts/GeneralSans-VariableItalic.woff2
new file mode 100755 (executable)
index 0000000..770170a
Binary files /dev/null and b/resources/fonts/GeneralSans-VariableItalic.woff2 differ
diff --git a/resources/fonts/roboto-v29-latin-500.woff b/resources/fonts/roboto-v29-latin-500.woff
new file mode 100644 (file)
index 0000000..c9eb5ca
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-500.woff differ
diff --git a/resources/fonts/roboto-v29-latin-500.woff2 b/resources/fonts/roboto-v29-latin-500.woff2
new file mode 100644 (file)
index 0000000..ce795fa
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-500.woff2 differ
diff --git a/resources/fonts/roboto-v29-latin-700.woff b/resources/fonts/roboto-v29-latin-700.woff
new file mode 100644 (file)
index 0000000..a5d98fc
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-700.woff differ
diff --git a/resources/fonts/roboto-v29-latin-700.woff2 b/resources/fonts/roboto-v29-latin-700.woff2
new file mode 100644 (file)
index 0000000..01d05fa
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-700.woff2 differ
diff --git a/resources/fonts/roboto-v29-latin-regular.woff b/resources/fonts/roboto-v29-latin-regular.woff
new file mode 100644 (file)
index 0000000..86b3863
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-regular.woff differ
diff --git a/resources/fonts/roboto-v29-latin-regular.woff2 b/resources/fonts/roboto-v29-latin-regular.woff2
new file mode 100644 (file)
index 0000000..ebe1795
Binary files /dev/null and b/resources/fonts/roboto-v29-latin-regular.woff2 differ