Added custom fonts
This commit is contained in:
parent
350c75cfdb
commit
5c1d97e267
3 changed files with 15 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue