Skip to content

Commit cce559d

Browse files
committed
Back to the roots. Removed 3rd party fonts.
1 parent 8f8f8ff commit cce559d

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

src/LinkDotNet.Blog.Web/Features/Home/Components/NavMenu.razor.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.barcode {
2-
font-family: 'Libre Barcode 128 Text', cursive;
32
text-decoration: none;
43
font-weight: 400;
5-
font-size: 3rem;
4+
font-size: 2.5rem;
65
}
76

87
::deep .navbar-nav li {

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');
2-
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
3-
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300&display=swap');
4-
5-
:root {
1+
:root {
62
/* Color definitions */
73
--ceramic: #FCFFF5;
84
--tana: #D1DBBD;
@@ -15,8 +11,8 @@
1511
--silver: #DADADA;
1612

1713
/* Fonts */
18-
--default-font: 'Quicksand';
19-
--code-font: 'JetBrains Mono';
14+
--default-font: 'Calibri';
15+
--code-font: 'Lucida Console';
2016

2117
/* Usages - this colors have to be defined in every theme */
2218
--active-link: var(--big-stone);
@@ -51,6 +47,7 @@
5147

5248
html {
5349
height: 100%;
50+
font-size: 1.1rem;
5451
}
5552

5653
html:focus-within {

src/LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)