diff options
-rw-r--r-- | docs/css/styles.css | 55 | ||||
-rw-r--r-- | docs/fonts/Bagnard.otf | bin | 0 -> 12928 bytes | |||
-rw-r--r-- | docs/fonts/texgyreheroscn-bold.otf | bin | 0 -> 133220 bytes | |||
-rw-r--r-- | docs/fonts/texgyreheroscn-bolditalic.otf | bin | 0 -> 138876 bytes | |||
-rw-r--r-- | docs/fonts/texgyreheroscn-italic.otf | bin | 0 -> 138940 bytes | |||
-rw-r--r-- | docs/fonts/texgyreheroscn-regular.otf | bin | 0 -> 132372 bytes |
6 files changed, 52 insertions, 3 deletions
diff --git a/docs/css/styles.css b/docs/css/styles.css index 2bf312f..7947887 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -1,3 +1,33 @@ +@font-face { + font-family: 'Bagnard'; + font-weight: 400; + src: url('/fonts/Bagnard.otf') format('otf'); +} + +@font-face { + font-family: 'texgyreheroscn'; + font-weight: 400; + src: url('/fonts/texgyreheroscn-regular.otf') format('otf'); +} + +@font-face { + font-family: 'texgyreheroscn'; + font-weight: 700; + src: url('/fonts/texgyreheroscn-bold.otf') format('otf'); +} + +@font-face { + font-family: 'texgyreheroscn'; + font-style: italic; + src: url('/fonts/texgyreheroscn-italic.otf') format('otf'); +} + +@font-face { + font-family: 'texgyreheroscn'; + font-weight: 700; + src: url('/fonts/texgyreheroscn-bolditalic') format('otf'); +} + blockquote { background-color: #3333332a; font-style: italic; @@ -13,7 +43,8 @@ body { display: grid; gap: 20px; grid-template-columns: 1fr 2fr; - font-family: 'Syne Mono', monospace; + font-family: 'texgyreheroscn'; + font-size: 1em; } footer { @@ -24,6 +55,10 @@ footer { grid-row: 3; } +h1, h2, h3, h4, h5, h6 { + font-family: 'Bagnard'; +} + img { max-width : 100%; max-height : 400px; @@ -38,7 +73,13 @@ img { } .content { - padding: 2em; + padding: 4em; + font-size: 1.3em; + +} + +.content h2 { + font-size: 2.5em; } .description-site { @@ -60,7 +101,7 @@ img { .header-bloc h1, .header-bloc h2 { font-weight: 600; - font-size: 12pt; + font-size: 16pt; color: white; } @@ -182,3 +223,11 @@ footer a:hover, footer a:active { .toc a:hover, .toc a:active { text-decoration: underline; } + +.load-content { + font-size: 0.8em; +} + +.smaller-content { + font-size: 0.6em; +}
\ No newline at end of file diff --git a/docs/fonts/Bagnard.otf b/docs/fonts/Bagnard.otf Binary files differnew file mode 100644 index 0000000..ddbb6a3 --- /dev/null +++ b/docs/fonts/Bagnard.otf diff --git a/docs/fonts/texgyreheroscn-bold.otf b/docs/fonts/texgyreheroscn-bold.otf Binary files differnew file mode 100644 index 0000000..8016e5b --- /dev/null +++ b/docs/fonts/texgyreheroscn-bold.otf diff --git a/docs/fonts/texgyreheroscn-bolditalic.otf b/docs/fonts/texgyreheroscn-bolditalic.otf Binary files differnew file mode 100644 index 0000000..d60b728 --- /dev/null +++ b/docs/fonts/texgyreheroscn-bolditalic.otf diff --git a/docs/fonts/texgyreheroscn-italic.otf b/docs/fonts/texgyreheroscn-italic.otf Binary files differnew file mode 100644 index 0000000..092a342 --- /dev/null +++ b/docs/fonts/texgyreheroscn-italic.otf diff --git a/docs/fonts/texgyreheroscn-regular.otf b/docs/fonts/texgyreheroscn-regular.otf Binary files differnew file mode 100644 index 0000000..80c2145 --- /dev/null +++ b/docs/fonts/texgyreheroscn-regular.otf |