mdc-fonts.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* cyrillic-ext */
  2. @font-face {
  3. font-family: 'Roboto';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  7. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  8. }
  9. /* cyrillic */
  10. @font-face {
  11. font-family: 'Roboto';
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  15. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  16. }
  17. /* greek-ext */
  18. @font-face {
  19. font-family: 'Roboto';
  20. font-style: normal;
  21. font-weight: 300;
  22. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  23. unicode-range: U+1F00-1FFF;
  24. }
  25. /* greek */
  26. @font-face {
  27. font-family: 'Roboto';
  28. font-style: normal;
  29. font-weight: 300;
  30. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  31. unicode-range: U+0370-03FF;
  32. }
  33. /* vietnamese */
  34. @font-face {
  35. font-family: 'Roboto';
  36. font-style: normal;
  37. font-weight: 300;
  38. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  39. unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  40. }
  41. /* latin-ext */
  42. @font-face {
  43. font-family: 'Roboto';
  44. font-style: normal;
  45. font-weight: 300;
  46. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  47. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  48. }
  49. /* latin */
  50. @font-face {
  51. font-family: 'Roboto';
  52. font-style: normal;
  53. font-weight: 300;
  54. src: local('Roboto Light'), local('Roboto-Light'), url(/lib/ui/mdc/roboto/Roboto-Light.ttf) format('truetype');
  55. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  56. }
  57. /* cyrillic-ext */
  58. @font-face {
  59. font-family: 'Roboto';
  60. font-style: normal;
  61. font-weight: 400;
  62. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  63. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  64. }
  65. /* cyrillic */
  66. @font-face {
  67. font-family: 'Roboto';
  68. font-style: normal;
  69. font-weight: 400;
  70. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  71. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  72. }
  73. /* greek-ext */
  74. @font-face {
  75. font-family: 'Roboto';
  76. font-style: normal;
  77. font-weight: 400;
  78. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  79. unicode-range: U+1F00-1FFF;
  80. }
  81. /* greek */
  82. @font-face {
  83. font-family: 'Roboto';
  84. font-style: normal;
  85. font-weight: 400;
  86. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  87. unicode-range: U+0370-03FF;
  88. }
  89. /* vietnamese */
  90. @font-face {
  91. font-family: 'Roboto';
  92. font-style: normal;
  93. font-weight: 400;
  94. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  95. unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  96. }
  97. /* latin-ext */
  98. @font-face {
  99. font-family: 'Roboto';
  100. font-style: normal;
  101. font-weight: 400;
  102. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  103. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  104. }
  105. /* latin */
  106. @font-face {
  107. font-family: 'Roboto';
  108. font-style: normal;
  109. font-weight: 400;
  110. src: local('Roboto'), local('Roboto-Regular'), url(/lib/ui/mdc/roboto/Roboto-Regular.ttf) format('truetype');
  111. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  112. }
  113. /* cyrillic-ext */
  114. @font-face {
  115. font-family: 'Roboto';
  116. font-style: normal;
  117. font-weight: 500;
  118. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  119. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  120. }
  121. /* cyrillic */
  122. @font-face {
  123. font-family: 'Roboto';
  124. font-style: normal;
  125. font-weight: 500;
  126. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  127. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  128. }
  129. /* greek-ext */
  130. @font-face {
  131. font-family: 'Roboto';
  132. font-style: normal;
  133. font-weight: 500;
  134. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  135. unicode-range: U+1F00-1FFF;
  136. }
  137. /* greek */
  138. @font-face {
  139. font-family: 'Roboto';
  140. font-style: normal;
  141. font-weight: 500;
  142. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  143. unicode-range: U+0370-03FF;
  144. }
  145. /* vietnamese */
  146. @font-face {
  147. font-family: 'Roboto';
  148. font-style: normal;
  149. font-weight: 500;
  150. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  151. unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  152. }
  153. /* latin-ext */
  154. @font-face {
  155. font-family: 'Roboto';
  156. font-style: normal;
  157. font-weight: 500;
  158. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  159. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  160. }
  161. /* latin */
  162. @font-face {
  163. font-family: 'Roboto';
  164. font-style: normal;
  165. font-weight: 500;
  166. src: local('Roboto Medium'), local('Roboto-Medium'), url(/lib/ui/mdc/roboto/Roboto-Medium.ttf) format('truetype');
  167. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  168. }
  169. /* fallback */
  170. @font-face {
  171. font-family: 'Material Icons';
  172. font-style: normal;
  173. font-weight: 400;
  174. font-display: block;
  175. src: url(/lib/ui/mdc/iconfont/MaterialIcons-Regular.ttf) format('truetype');
  176. }
  177. .material-icons {
  178. font-family: 'Material Icons';
  179. font-weight: normal;
  180. font-style: normal;
  181. font-size: 24px;
  182. line-height: 1;
  183. letter-spacing: normal;
  184. text-transform: none;
  185. display: inline-block;
  186. white-space: nowrap;
  187. word-wrap: normal;
  188. direction: ltr;
  189. -webkit-font-feature-settings: 'liga';
  190. -webkit-font-smoothing: antialiased;
  191. }