HandwriteGen.css 972 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Indie+Flower&display=swap');

@font-face {
    font-family: 'XINYE';
    src: url('../data/handwrite/fonts/new-leaf.otf');
}

@font-face {
    font-family: 'cicada';
    src: url('../data/handwrite/fonts/cicada.ttf');
}

@font-face {
    font-family: 'xiongdi';
    src: url('../data/handwrite/fonts/xiongdi.ttf');
}

@font-face {
    font-family: 'qishan-zhong';
    src: url('../data/handwrite/fonts/qishan-zhong.ttf');
}

body, html, #root {
    height: 100%;
    margin: 0;
}

.site-layout-background {
    background: #fff;
}

.preview-area {
    background-color: #fff;
    border-radius: 4px;
    overflow: auto;
}

.settings-section {
    padding: 24px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    font-weight: bold;
}

.ant-input-number, .ant-input, .ant-select-selector {
    width: 100%;
}

.ant-slider {
    width: 100%;
}

.ant-btn {
    margin-top: 16px;
}