Compare commits
No commits in common. 'bb3e55879e8edecc1187cd80f8379fed9797c1b0' and 'ed457582e0891c397707e1a0858944a3b8b01441' have entirely different histories.
bb3e55879e
...
ed457582e0
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.
After 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.
@ -1,81 +0,0 @@
|
||||
@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