2025-07-25
This commit is contained in:
2
frontend/src/index.js
Normal file
2
frontend/src/index.js
Normal file
@@ -0,0 +1,2 @@
|
||||
import './scss/styles.scss'
|
||||
console.log("Webpack HMR loaded!");
|
||||
0
frontend/src/scss/fonts/.gitkeep
Normal file
0
frontend/src/scss/fonts/.gitkeep
Normal file
4
frontend/src/scss/fonts/graphique.css
Normal file
4
frontend/src/scss/fonts/graphique.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: 'Graphique';
|
||||
src: url('./fonts/graphique.ttf') format('truetype');
|
||||
}
|
||||
18
frontend/src/scss/styles.scss
Normal file
18
frontend/src/scss/styles.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@use '../../node_modules/bootstrap/scss/bootstrap.scss';
|
||||
@use './fonts/graphique.css';
|
||||
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');
|
||||
|
||||
|
||||
|
||||
.navbar{
|
||||
// background-color: #582f0e;
|
||||
@extend .border-bottom;
|
||||
// font-family: "Bebas Neue";
|
||||
text-transform: uppercase;
|
||||
font-stretch: condensed;
|
||||
.navbar-brand {
|
||||
@extend .ms-3;
|
||||
font-family: "Graphique";
|
||||
font-size: x-large;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user