feat: add font and app styles
This commit is contained in:
31
src/lib/styles/font.css
Normal file
31
src/lib/styles/font.css
Normal file
@@ -0,0 +1,31 @@
|
||||
/* Regular */
|
||||
@font-face {
|
||||
font-family: 'AdwaitaMono';
|
||||
src: url('$lib/assets/font/AdwaitaMono-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Italic */
|
||||
@font-face {
|
||||
font-family: 'AdwaitaMono';
|
||||
src: url('$lib/assets/font/AdwaitaMono-Italic.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Bold */
|
||||
@font-face {
|
||||
font-family: 'AdwaitaMono';
|
||||
src: url('$lib/assets/font/AdwaitaMono-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Bold Italic */
|
||||
@font-face {
|
||||
font-family: 'AdwaitaMono';
|
||||
src: url('$lib/assets/font/AdwaitaMono-BoldItalic.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user