SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
145 stars 47 forks source link

Logo #345

Open SomMeri opened 8 years ago

SomMeri commented 8 years ago

It should be similar to less.js one. This is closest I came up with so far:

<svg height="81" width="400">
  <text x="0" y="60" fill="black" font-family="Gisha" font-weight="bold" font-size="80" letter-spacing="-1px">{</text>
  <text x="21" y="63" fill="black" font-family="Gisha" font-weight="bold" font-size="80" letter-spacing="-1px">less4j</text>
  <text x="213" y="60" fill="black" font-family="Gisha" font-weight="bold" font-size="80" letter-spacing="-1px">}</text>
</svg>
SomMeri commented 8 years ago

Closer font: Source Sans Pro