geeky font family

This commit is contained in:
Julien Calixte
2023-04-09 10:55:08 +02:00
parent 5d14d049a5
commit 8842d3c6e0

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap');
/* color palette from <https://github.com/vuejs/theme> */
:root {
--vt-c-white: #ffffff;
@@ -65,10 +67,13 @@ body {
background: var(--color-background);
transition: color 0.5s, background-color 0.5s;
line-height: 1.6;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-family: 'Oxygen Mono', monospace;
font-size: 15px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
button {
font-family: 'Oxygen Mono', monospace;
}