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,19 +0,0 @@
1
-/*
2
- *  Styles permettant d'utiliser des Glyphes externes
3
- */
4
-
5
-
6
-@font-face {
7
-    font-family: 'GlyphsIcon';
8
-    src: url('../vendor/fonts/glyphicons-halflings-regular.eot');
9
-    url('../vendor/fonts/glyphicons-halflings-regular.woff') format('woff'),
10
-    url('../vendor/fonts/glyphicons-halflings-regular.ttf') format('ttf'),
11
-    url('../vendor/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
12
-    url('../vendor/fonts/glyphicons-halflings-regular.svg#QuadrantaBold') format('svg');
13
-    font-weight: normal;
14
-    font-style: normal;
15
-}
16
-.glyphs {
17
-    font-family: 'entypo';
18
-    font-size: 1rem;
19
-}
20 0
\ No newline at end of file
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,19 @@
1
+/*
2
+ *  Styles permettant d'utiliser des Glyphes externes
3
+ */
4
+
5
+
6
+@font-face {
7
+    font-family: 'GlyphsIcon';
8
+    src: url('../vendor/fonts/glyphicons-halflings-regular.eot');
9
+    url('../vendor/fonts/glyphicons-halflings-regular.woff') format('woff'),
10
+    url('../vendor/fonts/glyphicons-halflings-regular.ttf') format('ttf'),
11
+    url('../vendor/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
12
+    url('../vendor/fonts/glyphicons-halflings-regular.svg#QuadrantaBold') format('svg');
13
+    font-weight: normal;
14
+    font-style: normal;
15
+}
16
+.glyphs {
17
+    font-family: 'entypo';
18
+    font-size: 1rem;
19
+}
0 20
\ No newline at end of file