added GlyphWorld font & removed OratorStd and JetbrainsMono
This commit is contained in:
parent
8d0e17d3f2
commit
b2b6e325fb
@ -27,36 +27,36 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains-Mono';
|
font-family: 'GlyphWorld Mountain';
|
||||||
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
src: url('../fonts/GlyphWorld/GlyphWorld-Mountain.otf') format('truetype');
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
// @font-face {
|
||||||
font-family: 'JetBrains-Mono';
|
// font-family: 'JetBrains-Mono';
|
||||||
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
// src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
||||||
font-weight: 700;
|
// font-weight: 700;
|
||||||
font-style: normal;
|
// font-style: normal;
|
||||||
}
|
// }
|
||||||
|
|
||||||
@font-face {
|
// @font-face {
|
||||||
font-family: 'JetBrains-Mono';
|
// font-family: 'JetBrains-Mono';
|
||||||
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Italic.ttf') format('truetype');
|
// src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Italic.ttf') format('truetype');
|
||||||
font-weight: 400;
|
// font-weight: 400;
|
||||||
font-style: italic;
|
// font-style: italic;
|
||||||
}
|
// }
|
||||||
|
|
||||||
@font-face {
|
// @font-face {
|
||||||
font-family: 'JetBrains-Mono';
|
// font-family: 'JetBrains-Mono';
|
||||||
src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold-Italic.ttf') format('truetype');
|
// src: url('../fonts/jetbrains-mono/ttf/JetBrainsMono-Bold-Italic.ttf') format('truetype');
|
||||||
font-weight: 700;
|
// font-weight: 700;
|
||||||
font-style: italic;
|
// font-style: italic;
|
||||||
}
|
// }
|
||||||
|
|
||||||
@font-face {
|
// @font-face {
|
||||||
font-family: 'Orator Std Slanted';
|
// font-family: 'Orator Std Slanted';
|
||||||
src: url('../fonts/OratorStd/Orator-Std-Slanted.ttf') format('truetype');
|
// src: url('../fonts/OratorStd/Orator-Std-Slanted.ttf') format('truetype');
|
||||||
font-weight: 400;
|
// font-weight: 400;
|
||||||
font-style: italic;
|
// font-style: italic;
|
||||||
}
|
// }
|
||||||
|
@ -12,7 +12,7 @@ h6,
|
|||||||
li,
|
li,
|
||||||
.separator {
|
.separator {
|
||||||
font-family: $font;
|
font-family: $font;
|
||||||
color: $black;
|
color: $text;
|
||||||
margin-bottom: $size-16;
|
margin-bottom: $size-16;
|
||||||
|
|
||||||
&::selection {
|
&::selection {
|
||||||
|
@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
$black: #1d2022;
|
$black: #1d2022;
|
||||||
$white: #fff;
|
$white: #fff;
|
||||||
|
$grey-light: #ececec;
|
||||||
$turquoise: #0ddfe7;
|
$turquoise: #0ddfe7;
|
||||||
$true-blue: #037fe4;
|
$true-blue: #037fe4;
|
||||||
$highlight: $turquoise;
|
$highlight: $turquoise;
|
||||||
$highlight-darker: #0ac2c9;
|
$highlight-darker: #0ac2c9;
|
||||||
|
|
||||||
$bg: $black;
|
$bg: $grey-light;
|
||||||
|
$text: $black;
|
||||||
|
|
||||||
// margin
|
// margin
|
||||||
|
|
||||||
@ -26,8 +28,8 @@ $size-1028: 1028px;
|
|||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
|
|
||||||
$font-title: 'SpaceMono', 'SpaceMono', 'Courier New', Courier, monospace;
|
$font-title: 'SpaceMono', 'Courier New', Courier, monospace;
|
||||||
// $font-title: 'Orator Std Slanted', 'SpaceMono', 'Courier New', Courier, monospace;
|
$font-logo: 'GlyphWorld Mountain', 'SpaceMono', 'Courier New', Courier, monospace;
|
||||||
$font: 'SpaceMono', 'Courier New', Courier, monospace;
|
$font: 'SpaceMono', 'Courier New', Courier, monospace;
|
||||||
|
|
||||||
// Responsive breakpoints
|
// Responsive breakpoints
|
||||||
|
BIN
assets/fonts/GlyphWorld/GlyphWorld-Mountain.otf
Normal file
BIN
assets/fonts/GlyphWorld/GlyphWorld-Mountain.otf
Normal file
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.
Loading…
Reference in New Issue
Block a user