Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

intitial commit to branch nude-framework

git authored on 14/03/2019 10:43:54
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,20 +0,0 @@
1
-@import "_variables.less";
2
-
3
-@font-face {
4
-  font-family: 'Font Awesome 5 Free';
5
-  font-style: normal;
6
-  font-weight: 900;
7
-  font-display: @fa-font-display;
8
-  src: url('@{fa-font-path}/fa-solid-900.eot');
9
-  src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
10
-    url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
11
-    url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
12
-    url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
13
-    url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
14
-}
15
-
16
-.fa,
17
-.fas {
18
-  font-family: 'Font Awesome 5 Free';
19
-  font-weight: 900;
20
-}
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+@import "_variables.less";
2
+
3
+@font-face {
4
+  font-family: 'Font Awesome 5 Free';
5
+  font-style: normal;
6
+  font-weight: 900;
7
+  font-display: @fa-font-display;
8
+  src: url('@{fa-font-path}/fa-solid-900.eot');
9
+  src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
10
+    url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
11
+    url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
12
+    url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
13
+    url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
14
+}
15
+
16
+.fa,
17
+.fas {
18
+  font-family: 'Font Awesome 5 Free';
19
+  font-weight: 900;
20
+}