mirror of
https://github.com/buchtioof/notes.git
synced 2026-05-02 09:33:28 +02:00
13 lines
258 B
CSS
13 lines
258 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
|
|
|
|
.md-typeset h1 {
|
|
font-family: "Instrument Serif";
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
font-size: 42px;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
border-radius: 12px;
|
|
} |