Refactoring Complet
Voir facebook pour l'installation de la nouvelle BDD.
This commit is contained in:
BIN
SRC/public/css/fonts/icomoon.eot
Normal file
BIN
SRC/public/css/fonts/icomoon.eot
Normal file
Binary file not shown.
12
SRC/public/css/fonts/icomoon.svg
Normal file
12
SRC/public/css/fonts/icomoon.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="icomoon" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " d="" horiz-adv-x="512" />
|
||||
<glyph unicode="" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
|
||||
<glyph unicode="" d="M192 384l64-384h192v320h128v-320h192l64 384-320 320-320-320zM832 576v256h-128l0.312-128.312-192.312 192.312-512-512h128l384 384 384-384h128l-192 192z" />
|
||||
</font></defs></svg>
|
After Width: | Height: | Size: 816 B |
BIN
SRC/public/css/fonts/icomoon.ttf
Normal file
BIN
SRC/public/css/fonts/icomoon.ttf
Normal file
Binary file not shown.
BIN
SRC/public/css/fonts/icomoon.woff
Normal file
BIN
SRC/public/css/fonts/icomoon.woff
Normal file
Binary file not shown.
33
SRC/public/css/fonts/style.css
Normal file
33
SRC/public/css/fonts/style.css
Normal file
@ -0,0 +1,33 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('./icomoon.eot?-e1jt8');
|
||||
src:url('./icomoon.eot?#iefix-e1jt8') format('embedded-opentype'),
|
||||
url('./icomoon.woff?-e1jt8') format('woff'),
|
||||
url('./icomoon.ttf?-e1jt8') format('truetype'),
|
||||
url('./icomoon.svg?-e1jt8#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'icomoon';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-home:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-star-full:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
Reference in New Issue
Block a user