mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-09-13 18:03:54 +05:00
Refactor: New Home Page
This commit is contained in:
parent
fa94e09a73
commit
3af083c0dd
35 changed files with 1952 additions and 442 deletions
|
@ -1,3 +1,27 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/static/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/static/fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/static/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Ubuntu';
|
||||
src: url('/static/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue