User Google Webfont

old
Javi Jimenez Villar 2015-07-10 14:21:42 +07:00
parent c2497541aa
commit 553e216fa5
3 changed files with 18 additions and 21 deletions

View File

@ -14,7 +14,6 @@ body
-webkit-user-select: none -webkit-user-select: none
-moz-user-select: moz-none -moz-user-select: moz-none
user-select: none user-select: none
// overflow: hidden
* *
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) -webkit-tap-highlight-color: rgba(255, 255, 255, 0)

View File

@ -1,4 +1,4 @@
# require './style' require './style'
module.exports = React.createClass module.exports = React.createClass

View File

@ -1,23 +1,21 @@
@import "../constants.styl" @import '../constants.styl'
@import url('https://fonts.googleapis.com/icon?family=Material+Icons')
@font-face [data-component-fonticon]
font-family : 'MaterialIcons' display : inline-block
src : url("../fonts/MaterialIcons-Regular.eot") font-family : 'Material Icons'
src : url("../fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), font-weight : normal
url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), font-style : normal
url("../fonts/MaterialIcons-Regular.woff") format("woff"), font-size : inherit
url("../fonts/MaterialIcons-Regular.ttf") format("truetype") line-height : 1
font-weight : normal letter-spacing : normal
font-style : normal text-transform : none
text-rendering : auto
.icon word-wrap : normal
display : inline-block -webkit-font-feature-settings : 'liga'
font : normal normal normal 24px/1 MaterialIcons -webkit-font-smoothing : antialiased
font-size : inherit -moz-osx-font-smoothing : grayscale
text-rendering : auto transform : translate(0, 0)
-webkit-font-smoothing : antialiased
-moz-osx-font-smoothing : grayscale
transform : translate(0, 0)
&.3d_rotation::before &.3d_rotation::before
content: "\e84d" content: "\e84d"