Compare commits
4 Commits
ed457582e0
...
bb3e55879e
Author | SHA1 | Date |
---|---|---|
Maurice Haedo Sanabria | bb3e55879e | 1 year ago |
Maurice Haedo Sanabria | 8b7cd2a09a | 1 year ago |
Maurice Haedo Sanabria | 5d61fadc9d | 1 year ago |
Maurice Haedo Sanabria | 7c62da4885 | 1 year ago |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,81 @@
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Medium.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Black.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Black.woff') format('woff');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Regular.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Bold.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-ExtraBold.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-ExtraBold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-ExtraLight.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-ExtraLight.woff') format('woff');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Light.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Light.woff') format('woff');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-Thin.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-Thin.woff') format('woff');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./media/webfonts/Inconsolata-SemiBold.woff2') format('woff2'),
|
||||
url('./media/webfonts/Inconsolata-SemiBold.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue