Added: Averta font import
This commit is contained in:
@@ -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' */
|
||||
}
|
||||
Reference in New Issue
Block a user