From 31bd026a86b990059ea383b08d309f4f69112f58 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 22 Oct 2021 20:46:52 +0200 Subject: [PATCH] added local fonts --- scss/custom.scss | 35 ------------ src/App.vue | 5 ++ ...OpenSans-Italic-VariableFont_wdth,wght.ttf | Bin 0 -> 580436 bytes .../fonts/OpenSans-VariableFont_wdth,wght.ttf | Bin 0 -> 529640 bytes .../fonts/Orbitron-VariableFont_wght.ttf | Bin 0 -> 38012 bytes src/assets/fonts/cs_regular.ttf | Bin 0 -> 51896 bytes src/main.js | 4 +- src/scss/custom.scss | 51 ++++++++++++++++++ 8 files changed, 58 insertions(+), 37 deletions(-) delete mode 100644 scss/custom.scss create mode 100644 src/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf create mode 100644 src/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf create mode 100644 src/assets/fonts/Orbitron-VariableFont_wght.ttf create mode 100644 src/assets/fonts/cs_regular.ttf create mode 100644 src/scss/custom.scss diff --git a/scss/custom.scss b/scss/custom.scss deleted file mode 100644 index f0b28dd..0000000 --- a/scss/custom.scss +++ /dev/null @@ -1,35 +0,0 @@ -// Custom.scss -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); - -// Default variable overrides -$font-family-base: 'Roboto'; -$body-color: white; - -$primary: #888f98; -$secondary: #10121a; -$body-bg: #1b2732; -$blue: #5f7892; -$warning: #c3a235; -$info: $blue; -$success: #609926; - -// Custom classes -.mt-n5 { - margin-top: -3rem !important; -} -.mt-n4 { - margin-top: -2rem !important; -} - -// Bootstrap -@import "../node_modules/bootstrap/scss/bootstrap"; -@import "../node_modules/@fortawesome/fontawesome-free/css/all.css"; - -:root { - // CSGO COLORS - --csgo-orange: #FE9A28; - --csgo-blue: #5BA7FE; - --csgo-yellow: #F7F52F; - --csgo-purple: #A01BEF; - --csgo-green: #04B462; -} diff --git a/src/App.vue b/src/App.vue index bd8d03e..993603a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,6 +21,11 @@ export default {