forked from ddrilling/asb_cloud_front
Добавлен новый основной шрифт
This commit is contained in:
parent
92526907fa
commit
a01d0fb095
@ -9,6 +9,7 @@ import { OpenAPI } from '@api'
|
||||
import App from './App'
|
||||
|
||||
import '@styles/include/antd_theme.less'
|
||||
import '@styles/fonts.less'
|
||||
import '@styles/index.css'
|
||||
|
||||
// OpenAPI.BASE = 'http://localhost:3000'
|
||||
|
4
src/styles/fonts.less
Normal file
4
src/styles/fonts.less
Normal file
@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: 'Jost';
|
||||
src: url('fonts/Jost-VariableFont_wght.ttf') format('truetype');
|
||||
}
|
BIN
src/styles/fonts/Jost-VariableFont_wght.ttf
Normal file
BIN
src/styles/fonts/Jost-VariableFont_wght.ttf
Normal file
Binary file not shown.
@ -1,10 +1,11 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background: #232323;
|
||||
}
|
||||
|
||||
.d-flex {
|
||||
@ -162,8 +163,3 @@ code {
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.deposit-page {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user