Added custom fonts

This commit is contained in:
ericb 2024-11-27 17:25:02 +01:00
parent 350c75cfdb
commit 5c1d97e267
3 changed files with 15 additions and 13 deletions

View file

@ -1,4 +1,5 @@
@import url('fonts/nunito.css');
@import url('fonts/roboto-slab.css');
html {
color: rgba(53,53,53,1)!important;
@ -11,13 +12,13 @@ body {
font-family: var(--bs-body-font-family);
background-color: var(--background);
overflow-x: hidden;
font-size: 1rem;
/* letter-spacing: .25px; */
-webkit-font-smoothing: antialiased;
font-size: 1.125rem;
letter-spacing: .125px;
/* -webkit-font-smoothing: antialiased; */
font-variant-ligatures: no-common-ligatures;
font-weight: 400;
/* font-weight: 400; */
}
h1,h2,h3,h4{
h1, h2, h3, h4{
font-family: 'Roboto Slab';
}
/* ::selection, ::-moz-selection {