feat(deploy): add font files for JetBrains Mono to enhance typography
All checks were successful
DEPLOY / deploy (push) Successful in 7s
All checks were successful
DEPLOY / deploy (push) Successful in 7s
feat(style.css): include JetBrains Mono font in CSS for improved text rendering chore(deploy): add additional steps in the deployment workflow for better visibility
This commit is contained in:
parent
cb5cb75b6d
commit
3bcb290113
@ -10,9 +10,11 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
- name: deploy to server
|
||||
uses: rejahrehim/rsync-deploy-with-proxy@v2.1.6
|
||||
env:
|
||||
|
BIN
static/assets/font/JetBrainsMono-Bold.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Bold.woff2
Normal file
Binary file not shown.
BIN
static/assets/font/JetBrainsMono-Italic.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Italic.woff2
Normal file
Binary file not shown.
BIN
static/assets/font/JetBrainsMono-Light.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Light.woff2
Normal file
Binary file not shown.
BIN
static/assets/font/JetBrainsMono-Medium.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Medium.woff2
Normal file
Binary file not shown.
BIN
static/assets/font/JetBrainsMono-Regular.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Regular.woff2
Normal file
Binary file not shown.
BIN
static/assets/font/JetBrainsMono-Thin.woff2
Normal file
BIN
static/assets/font/JetBrainsMono-Thin.woff2
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
@font-face {
|
||||
font-family: JetBrainsMono;
|
||||
src: url(static/assets/font/JetBrainsMono-Thin.woff2) format(woff2);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: JetBrainsMono;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #282A36;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user