1- html { font-size : 16px }
1+ /* Roboto Font */
2+ @font-face {
3+ font-family : 'Roboto' ;
4+ font-style : normal;
5+ font-weight : 300 ;
6+ src : url ('../fonts/roboto/roboto-v19-latin-300.eot' ); /* IE9 Compat Modes */
7+ src : local ('' ),
8+ url ('../fonts/roboto/roboto-v19-latin-300.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
9+ url ('../fonts/roboto/roboto-v19-latin-300.woff2' ) format ('woff2' ), /* Super Modern Browsers */
10+ url ('../fonts/roboto/roboto-v19-latin-300.woff' ) format ('woff' ), /* Modern Browsers */
11+ url ('../fonts/roboto/roboto-v19-latin-300.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
12+ url ('../fonts/roboto/roboto-v19-latin-300.svg#Roboto' ) format ('svg' ); /* Legacy iOS */
13+ }
14+
15+ @font-face {
16+ font-family : 'Roboto' ;
17+ font-style : normal;
18+ font-weight : 400 ;
19+ src : url ('../fonts/roboto/roboto-v19-latin-regular.eot' ); /* IE9 Compat Modes */
20+ src : local ('' ),
21+ url ('../fonts/roboto/roboto-v19-latin-regular.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
22+ url ('../fonts/roboto/roboto-v19-latin-regular.woff2' ) format ('woff2' ), /* Super Modern Browsers */
23+ url ('../fonts/roboto/roboto-v19-latin-regular.woff' ) format ('woff' ), /* Modern Browsers */
24+ url ('../fonts/roboto/roboto-v19-latin-regular.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
25+ url ('../fonts/roboto/roboto-v19-latin-regular.svg#Roboto' ) format ('svg' ); /* Legacy iOS */
26+ }
27+
28+ @font-face {
29+ font-family : 'Roboto' ;
30+ font-style : normal;
31+ font-weight : 500 ;
32+ src : url ('../fonts/roboto/roboto-v19-latin-500.eot' ); /* IE9 Compat Modes */
33+ src : local ('' ),
34+ url ('../fonts/roboto/roboto-v19-latin-500.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
35+ url ('../fonts/roboto/roboto-v19-latin-500.woff2' ) format ('woff2' ), /* Super Modern Browsers */
36+ url ('../fonts/roboto/roboto-v19-latin-500.woff' ) format ('woff' ), /* Modern Browsers */
37+ url ('../fonts/roboto/roboto-v19-latin-500.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
38+ url ('../fonts/roboto/roboto-v19-latin-500.svg#Roboto' ) format ('svg' ); /* Legacy iOS */
39+ }
40+
41+ @font-face {
42+ font-family : 'Roboto' ;
43+ font-style : normal;
44+ font-weight : 700 ;
45+ src : url ('../fonts/roboto/roboto-v19-latin-700.eot' ); /* IE9 Compat Modes */
46+ src : local ('' ),
47+ url ('../fonts/roboto/roboto-v19-latin-700.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
48+ url ('../fonts/roboto/roboto-v19-latin-700.woff2' ) format ('woff2' ), /* Super Modern Browsers */
49+ url ('../fonts/roboto/roboto-v19-latin-700.woff' ) format ('woff' ), /* Modern Browsers */
50+ url ('../fonts/roboto/roboto-v19-latin-700.ttf' ) format ('truetype' ), /* Safari, Android, iOS */
51+ url ('../fonts/roboto/roboto-v19-latin-700.svg#Roboto' ) format ('svg' ); /* Legacy iOS */
52+ }
53+
54+ html { font-size : 16px }
255@media (max-width : 900px ) {
356html { font-size : 16px ; }
457}
@@ -8,7 +61,7 @@ html { font-size: 16px; }
861@supports (-webkit-overflow-scrolling : touch) {
962 html , body { -webkit-overflow-scrolling : touch; overflow : auto; height : 100% ; /* ios iframe scroll jumping to top fix */ }
1063}
11- body { font-weight : normal; font-style : normal; font-size : 0.8125rem ; line-height : 1.5 ; font-family : sans-serif; -webkit-font-smoothing : subpixel-antialiased }
64+ body { font-weight : normal; font-style : normal; font-size : 0.8125rem ; line-height : 1.5 ; font-family : 'Roboto' , sans-serif; -webkit-font-smoothing : subpixel-antialiased }
1265/* For Arabic Font */
1366html [lang = "ar" ] body , html [lang = "ary" ] body , html [lang = "azb" ] body , html [lang = "fa-IR" ] body , html [lang = "haz" ] body , html [lang = "ps" ] body , html [lang = "ur" ] body { font-family : Tahoma, Arial, sans-serif; }
1467/* For Chinese Font */
@@ -36,8 +89,8 @@ body, ul, li { padding: 0; margin: 0; }
3689ul { margin-left : 1rem ; margin-right : 1rem ; }
3790li { list-style : none }
3891img { max-width : 100% ; height : auto }
39- .h1 , .h2 , .h3 , .h4 , .h5 , .h6 , h1 , h2 , h3 , h4 , h5 , h6 {
40- margin-bottom : .5rem ; font-family : inherit ; font-weight : 500 ; line-height : 1.1 ; color : inherit }
92+ .h1 , .h2 , .h3 , .h4 , .h5 , .h6 , h1 , h2 , h3 , h4 , h5 , h6 {
93+ margin-bottom : .5rem ; font-family : 'Roboto' , sans-serif ; font-weight : 500 ; line-height : 1.1 ; color : inherit }
4194.h1 , h1 { font-size : 1.75rem }
4295.h2 , h2 { font-size : 1.5rem }
4396.h3 , h3 { font-size : 1.25rem }
0 commit comments