feat: more fonts, more styling
This commit is contained in:
@@ -11,7 +11,7 @@ html, body {
|
||||
body {
|
||||
color: #333;
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: DMSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -66,4 +66,32 @@ button:focus {
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(0,0,0,0.25);
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DMSans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/static/DMSans-Regular.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DMSans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(/static/DMSans-Bold.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DMSans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url(/static/DMSans-Italic.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'DMSans';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: url(/static/DMSans-BoldItalic.ttf) format('woff2');
|
||||
}
|
||||
|
||||
BIN
public/static/DMSans-Bold.ttf
Normal file
BIN
public/static/DMSans-Bold.ttf
Normal file
Binary file not shown.
BIN
public/static/DMSans-BoldItalic.ttf
Normal file
BIN
public/static/DMSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
public/static/DMSans-Italic.ttf
Normal file
BIN
public/static/DMSans-Italic.ttf
Normal file
Binary file not shown.
BIN
public/static/DMSans-Medium.ttf
Normal file
BIN
public/static/DMSans-Medium.ttf
Normal file
Binary file not shown.
BIN
public/static/DMSans-MediumItalic.ttf
Normal file
BIN
public/static/DMSans-MediumItalic.ttf
Normal file
Binary file not shown.
BIN
public/static/DMSans-Regular.ttf
Normal file
BIN
public/static/DMSans-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user