File tree 2 files changed +27
-9
lines changed
2 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1
- site_name : ReplayWeb.page Docs
1
+ site_name : Replay Webpage Docs
2
2
docs_dir : ./site/
3
3
watch :
4
4
- ./site/
5
5
site_dir : _genhtml/
6
6
repo_url : https://github.com/webrecorder/replayweb.page
7
7
repo_name : ReplayWeb.page
8
- edit_uri : edit/main/mkdocs/site/docs/
8
+ edit_uri : edit/main/mkdocs/site/
9
9
extra_css :
10
10
- docs/stylesheets/extra.css
11
11
theme :
Original file line number Diff line number Diff line change 25
25
src : url ('../assets/fonts/Inter-Italic.var.woff2' ) format ('woff2' );
26
26
font-feature-settings : "ss03" ;
27
27
}
28
+
29
+ @font-face {
30
+ font-family : "Konsole" ;
31
+ font-weight : 100 900 ;
32
+ font-display : swap;
33
+ font-style : normal;
34
+ src : url ("https://wr-static.sfo3.cdn.digitaloceanspaces.com/fonts/konsole/Konsolev1.1-VF.woff2" )
35
+ format ("woff2" );
36
+ }
28
37
29
38
: root {
39
+ --md-display-font : "Konsole" , "Helvetica" , sans-serif;
30
40
--md-code-font : "Recursive" , monospace;
31
41
--md-text-font : "Inter" , "Helvetica" , "Arial" , sans-serif;
32
- --wr-blue-primary : # 0891B2 ;
33
- --wr-orange-primary : # C96509 ;
42
+ --wr-blue-primary : # 088eaf ;
43
+ --wr-orange-primary : # bb4a00 ;
34
44
}
35
45
36
46
[data-md-color-scheme = "webrecorder" ] {
45
55
46
56
/* Nav changes */
47
57
48
- .md-header__title {
49
- font-family : var (--md-code-font );
50
- font-variation-settings : "MONO" 0.51 ;
58
+ .md-header__title ,
59
+ .md-nav__title {
60
+ font-family : var (--md-display-font );
61
+ text-transform : uppercase;
62
+ font-variation-settings :
63
+ "wght" 750 ,
64
+ "wdth" 87 ;
65
+ margin-left : 0 !important ;
51
66
}
52
67
53
68
.md-header__title--active {
54
- font-family : var (--md-text-font );
55
- font-weight : 600 ;
69
+ font-family : var (--md-display-font );
70
+ text-transform : none;
71
+ font-variation-settings :
72
+ "wght" 550 ,
73
+ "wdth" 90 ;
56
74
}
57
75
58
76
/* Custom menu item hover */
You can’t perform that action at this time.
0 commit comments