This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 21
21
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
22
22
< link rel ="icon " type ="image/png " href ="/images/logo_components_color_2x_web_48dp.png ">
23
23
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Roboto+Mono ">
24
+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Rubik:300,400,500 ">
24
25
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Roboto:300,400,500 ">
25
26
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
26
27
< script src ="/ready.js "> </ script >
Original file line number Diff line number Diff line change @@ -21,4 +21,26 @@ $mdc-theme-secondary: #feeae6;
21
21
$mdc-theme-on-primary : #442b2d ;
22
22
$mdc-theme-on-secondary : #442b2d ;
23
23
24
+ $mdc-typography-font-family : Rubik, sans-serif ;
25
+
26
+ $mdc-typography-styles-headline5 : (
27
+ font-weight : 500
28
+ );
29
+
30
+ $mdc-typography-styles-subtitle1 : (
31
+ font-weight : 400 ,
32
+ );
33
+
34
+ // letter-spacing from Sketch is in pixels and is relative to the font size in pixels.
35
+ // This is calculated using $letter-spacing / ($font-size * $root-em)
36
+ $mdc-typography-styles-button : (
37
+ letter-spacing : calc (1 / (.875 * 16 ) * 1em ),
38
+ );
39
+
40
+ $mdc-typography-styles-overline : (
41
+ font-size : .875rem , // 14sp
42
+ font-weight : 400 ,
43
+ letter-spacing : calc (2.1 / (.875 * 16 ) * 1em ),
44
+ );
45
+
24
46
@import " ./theme-shared" ;
You can’t perform that action at this time.
0 commit comments