diff --git a/public/css/app.css b/public/css/app.css index 659737d..00b9a2e 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap); +@import url(https://fonts.cdnfonts.com/css/satoshi); @charset "UTF-8"; /*! * Bootstrap v5.3.3 (https://getbootstrap.com/) @@ -72,7 +72,7 @@ --bs-dark-border-subtle: #adb5bd; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; - --bs-font-sans-serif: "Inter", sans-serif; + --bs-font-sans-serif: "Satoshi", sans-serif; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index fe7bb69..4c4bf85 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -48,6 +48,6 @@ $font-weight-bold: 700; $font-weight-bolder: 800; // Typography -$font-family-sans-serif: 'Inter', sans-serif; +$font-family-sans-serif: 'Satoshi', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 213fb15..30b8f15 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -1,5 +1,5 @@ // Fonts -@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); +@import url('https://fonts.cdnfonts.com/css/satoshi'); // Variables @import 'variables'; diff --git a/resources/views/styleguide.blade.php b/resources/views/styleguide.blade.php new file mode 100644 index 0000000..f2d66b6 --- /dev/null +++ b/resources/views/styleguide.blade.php @@ -0,0 +1,86 @@ +
fs-1
+fs-2
+fs-3
+fs-4
+fs-5
+fs-6
+fs-7
+fs-8
+fs-9
+fs-10
+fs-11
+fs-12
+fs-13
+fs-14
+fs-15
+ +Normal text
+lighter text
+light text
+normal text
+medium text
+semibold text
+bold text
+bolder text
+ + +hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
-hello world
- - + {{-- delete if landing page is ready --}} + @include('styleguide')