Use system font stack (#1326)

Closes https://github.com/woodpecker-ci/woodpecker/issues/1316

Applied suggestion by @silverwind
This commit is contained in:
qwerty287
2022-10-23 04:33:39 +02:00
committed by GitHub
parent 784f92eed1
commit bdf0a59bea
2 changed files with 11 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ export default defineComponent({
<style scoped>
.app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}