Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsai-j committed Nov 27, 2016
1 parent 4a8975d commit 32c4d2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gl-styles.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<style>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../gl-font/gl-cschatthai-font.html">
<style is="custom-style">
:root {
/*patten form bootstap*/
--gl-primary-color: #337ab7;
Expand Down Expand Up @@ -38,7 +40,7 @@
--font-size-h6: var(--font-size-small); /*// ~14px*/

--gl-font-family: {
font-family: 'tahoma', sans-serif;
font-family: 'CSChatThaiUI','tahoma', sans-serif;
-webkit-font-smoothing: antialiased;
}
--gl-margin: {
Expand Down

0 comments on commit 32c4d2e

Please sign in to comment.