diff --git a/src/index.css b/src/index.css index 7323ae8..8420473 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,6 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', - 'Droid Sans', 'Helvetica Neue', sans-serif; + font-family: Averta; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @@ -9,3 +8,10 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } + +@font-face { + font-family: 'Averta'; + src: local('Averta'), url(./assets/fonts/Averta.woff) format('woff'); + /* other formats include: 'woff2', 'truetype, 'opentype', + 'embedded-opentype', and 'svg' */ +} \ No newline at end of file