1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
8ad07c7594
.pre-commit-config.yaml: restore doctoc args
I unintentionally overwrote them in b40bd30f01
2024-08-03 14:42:32 +03:00
1948cee823
assets/main.scss: import the most recent font mess 2024-08-03 14:39:09 +03:00
b92efcb680
bundle update
[CI SKIP]
2024-08-03 14:37:00 +03:00
3 changed files with 17 additions and 23 deletions

View File

@ -56,12 +56,7 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [
--update-only,
--title,
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em
lang="en">Automatically generated Table of Contents</em>',
]
args: [--update-only, --no-title]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0

14
Gemfile.lock generated
View File

@ -21,22 +21,22 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.27.2)
google-protobuf (4.27.3)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-aarch64-linux)
google-protobuf (4.27.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
google-protobuf (4.27.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86-linux)
google-protobuf (4.27.3-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
google-protobuf (4.27.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.27.3-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
@ -90,7 +90,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.2)
rexml (3.3.4)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)

View File

@ -4,17 +4,16 @@
@charset "utf-8";
// Our font definitions. I know system-ui is generally sans-serif, but I
// consider that lesser evil than not letting the client OS choose its
// preferred font.
$serif-font-family: ui-serif, system-ui, serif, "Noto Emoji",
"Noto Color Emoji", emoji;
$sans-serif-font-family: ui-sans-serif, system-ui, sans-serif, "Noto Emoji",
"Noto Color Emoji", emoji;
$monospace-font-family: ui-monospace, monospace, "Noto Emoji",
"Noto Color Emoji", emoji;
// Font specifications. I keep changing my mind on what are the most pleasant
// fonts to my eyes, so I won't bother commenting them here.'
$serif-font-family: ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif,
"Noto Emoji", "Noto Color Emoji", emoji;
$sans-serif-font-family: ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans",
Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
$monospace-font-family: ui-monospace, "Roboto Mono", "Noto Mono", Cousine,
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
// Must be in the end under threat of undefined variable error.
$base-font-family: $sans-serif-font-family;
$base-font-family: $serif-font-family;
@import "{{ site.theme }}";