Compare commits
No commits in common. "dbd7893655a3a68d8c2966f7dcde631196fe5656" and "e7c7a26df06df8a6bff874be95a590fde2d8ed0d" have entirely different histories.
dbd7893655
...
e7c7a26df0
@ -8,80 +8,8 @@ $midnightblue: #2c3e50;
|
||||
$typewriter: hsl(172, 100%, 36%);
|
||||
|
||||
// Fonts
|
||||
$fonts: "IBM Plex Sans Light", "Segoe UI", Candara, sans-serif;
|
||||
$code-fonts: "IBM Plex Mono", Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, monospace;
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Light';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Sans Light'),
|
||||
local('IBMPlexSans-Light'),
|
||||
url('/fonts/IBMPlexSans-Light.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Light';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Sans Light Italic'),
|
||||
local('IBMPlexSans-LightItalic'),
|
||||
url('/fonts/IBMPlexSans-LightItalic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Light';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('IBM Plex Sans Medm'),
|
||||
local('IBMPlexSans-Medm'),
|
||||
url('/fonts/IBMPlexSans-Medium.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Light';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('IBM Plex Sans Medm Italic'),
|
||||
local('IBMPlexSans-MedmItalic'),
|
||||
url('/fonts/IBMPlexSans-MediumItalic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono Light';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Mono Light'),
|
||||
local('IBMPlexMono-Light'),
|
||||
url('/fonts/IBMPlexMono-Light.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono Light';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Mono Light Italic'),
|
||||
local('IBMPlexMono-LightItalic'),
|
||||
url('/fonts/IBMPlexMono-LightItalic.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono Light';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('IBM Plex Mono Medm'),
|
||||
local('IBMPlexMono-Medm'),
|
||||
url('/fonts/IBMPlexMono-Medium.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono Light';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('IBM Plex Mono Medm Italic'),
|
||||
local('IBMPlexMono-MedmItalic'),
|
||||
url('/fonts/IBMPlexMono-MediumItalic.woff2') format('woff2');
|
||||
}
|
||||
$fonts: "IBM Plex Sans Light", "Trebuchet MS", Verdana, "Verdana Ref", "Segoe UI", Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
|
||||
$code-fonts: Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, "YaHei Consolas Hybrid", monospace, "Segoe UI Emoji", "PingFang SC", "Microsoft YaHei";
|
||||
|
||||
//Admonition
|
||||
$admonition-background: (
|
||||
@ -123,6 +51,4 @@ $admonition-color: (
|
||||
box-shadow: inset 0 -1em 0 $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit 5d7becd0eeab4fecac666f0ef7b85b5a066333b3
|
||||
Subproject commit 5ee9c821259bda1867ba3708992a8aa97bd095ed
|
Loading…
Reference in New Issue
Block a user