diff --git a/src/App.vue b/src/App.vue index de20411e..da744f5b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,6 +11,7 @@ + @@ -19,6 +20,7 @@ import { Component, Vue, Prop } from 'vue-property-decorator'; import { ApplicationState, IApplicationState } from '@/application/State/ApplicationState'; import TheHeader from './presentation/TheHeader.vue'; +import TheFooter from './presentation/TheFooter.vue'; import TheCodeArea from './presentation/TheCodeArea.vue'; import TheCodeButtons from './presentation/TheCodeButtons.vue'; import TheSearchBar from './presentation/TheSearchBar.vue'; @@ -35,6 +37,7 @@ import CardList from './presentation/Scripts/Cards/CardList.vue'; TheGrouper, CardList, TheSelector, + TheFooter, }, }) export default class App extends Vue { diff --git a/src/presentation/TheFooter.vue b/src/presentation/TheFooter.vue new file mode 100644 index 00000000..ec0a0ca8 --- /dev/null +++ b/src/presentation/TheFooter.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/presentation/styles/fonts.scss b/src/presentation/styles/fonts.scss index b46c0ed3..981902cc 100644 --- a/src/presentation/styles/fonts.scss +++ b/src/presentation/styles/fonts.scss @@ -23,4 +23,5 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } - $default-font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; \ No newline at end of file + $default-font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; + $artistic-font: 'Yesteryear', cursive; \ No newline at end of file