mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 18:06:31 +02:00
remove makefile
This commit is contained in:
parent
f955cf3db0
commit
38a8b023cb
276 changed files with 0 additions and 138 deletions
11
assets/font/fonts-awesome/less/core.less
Executable file
11
assets/font/fonts-awesome/less/core.less
Executable file
|
@ -0,0 +1,11 @@
|
|||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix} {
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome; // shortening font declaration
|
||||
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue