We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0cc06 commit cd8db63Copy full SHA for cd8db63
src/css/app.styl
@@ -1,3 +1,8 @@
1
+@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
2
+.code {
3
+ font-family: 'Source Code Pro', monospace;
4
+}
5
+
6
// app global css
7
.bg-vgrey {
8
background: #CECFD0;
src/pages/Index.vue
@@ -847,8 +847,4 @@ export default {
847
</script>
848
849
<style>
850
- @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
851
- .code {
852
- font-family: 'Source Code Pro', monospace;
853
- }
854
</style>
0 commit comments