projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c0499
)
Apply 'Open Sans' Google font
author
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 23:38:08 +0000
(
00:38
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 9 Feb 2020 23:38:08 +0000
(
00:38
+0100)
client/src/App.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/App.vue
b/client/src/App.vue
index
0c0013e
..
2771e28
100644
(file)
--- a/
client/src/App.vue
+++ b/
client/src/App.vue
@@
-82,18
+82,17
@@
export default {
</script>
<style lang="sass">
-
//
html, *
-
//
font-family: "Open Sans", Arial, sans-serif
-
//
--back-color: #f2f2f2
-
//
--a-link-color: black
-
//
--a-visited-color: black
+html, *
+ font-family: "Open Sans", Arial, sans-serif
+ --back-color: #f2f2f2
+ --a-link-color: black
+ --a-visited-color: black
body
padding: 0
min-width: 320px
#app
- font-family: "Open Sans", "Avenir", Helvetica, Arial, sans-serif
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale