Skip to content

Commit

Permalink
Font-smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 23, 2013
1 parent dd40274 commit cf2cca9
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/components/lungo.brownie
Submodule lungo.brownie updated 5 files
+1 −1 component.json
+123 −123 lungo.css
+16 −60 lungo.debug.js
+3 −3 lungo.js
+113 −111 lungo.theme.css
13 changes: 13 additions & 0 deletions example/components/lungo.icon/component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "lungo.icon",
"description": "Lungo Icon Repository",
"version": "2.2.0",
"homepage": "http://lungo.tapquo.com",
"author": {
"name": "Tapquo S.L.",
"site": "http://tapquo.com"},
"main": ["./lungo.icon.css"],
"keywords": [ "mobile" ],
"dependencies": { "lungo": "~2.2.0" },
"license": [ {"type": "GPLv3"}, {"type": "Commercial"}]
}
251 changes: 251 additions & 0 deletions example/components/lungo.icon/lungo.icon.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/components/quojs
Submodule quojs updated from 82a2be to c6e6cc
3 changes: 0 additions & 3 deletions src/stylesheets/lungo.widget.form.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ form, .form
font-family: inherit
-webkit-appearance: none
-webkit-user-select: text
-webkit-font-smoothing: antialiased
border: 0
&:focus
outline: none !important
Expand Down Expand Up @@ -132,8 +131,6 @@ form, .form
appearance: none
-webkit-appearance: none
-webkit-user-select: text
-webkit-font-smoothing: antialiased

border-radius: FORM_RADIO_BUTTON
cursor: pointer
height: (FORM_RADIO_BUTTON + 2)
Expand Down
3 changes: 3 additions & 0 deletions src/stylesheets/theme/theme.base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ body
font-weight: bold
letter-spacing: -0.05em

& *
-webkit-font-smoothing: antialiased

& .text
&.thin
font-weight: 300
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/theme/theme.widget.button.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ article
& .button, button
border-radius BORDER_radius
box-shadow: inset 0 -1px rgba(0,0,0,0.1), 0 1px rgba(0,0,0,0.075)
box-shadow: inset 0 -1px rgba(0,0,0,0.1)

&, & abbr
color: #fff
font-weight: 600
text-shadow: 0 1px rgba(0,0,0,0.1)
-webkit-font-smoothing: antialiased

&:hover
box-shadow: inset 0 0 5em rgba(0,0,0,0.1), inset 0 -1px rgba(0,0,0,0.15), 0 1px rgba(0,0,0,0.075)
Expand Down

0 comments on commit cf2cca9

Please sign in to comment.