Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* for all pages should include this */
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,300italic,300|Source+Serif+Pro|Source+Code+Pro:400,300,500&subset=latin,latin-ext);
|
||||
body {
|
||||
font-smoothing: subpixel-antialiased !important;
|
||||
-webkit-font-smoothing: subpixel-antialiased !important;
|
||||
@@ -6,7 +7,8 @@ body {
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
||||
/*text-rendering: optimizeLegibility;*/
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif !important;
|
||||
font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft JhengHei UI", "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif;
|
||||
letter-spacing: 0.025em;
|
||||
}
|
||||
:focus {
|
||||
outline: none !important;
|
||||
|
||||
Reference in New Issue
Block a user