We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506b566 commit 8ed5501Copy full SHA for 8ed5501
docs/ArtegraSans-Regular.ttf
205 KB
docs/extra.css
@@ -1,3 +1,12 @@
1
+@font-face {
2
+ font-family: "Artegra Sans";
3
+ src: url("ArtegraSans-Regular.ttf");
4
+}
5
+
6
+html {
7
+ font-family: "Artegra Sans", Sans-serif;
8
9
10
[data-md-color-scheme="default"] {
11
--md-primary-fg-color: #002060;
12
--md-typeset-a-color: #008ed5;
mkdocs.yml
@@ -34,7 +34,7 @@ theme:
34
logo: logo.svg
35
favicon: favicon.png
36
font:
37
- text: Artegra Sans
+ text: Artegra Sans
38
palette:
39
- media: "(prefers-color-scheme: light)"
40
scheme: default
0 commit comments