mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
No commits in common. "e3d54ab40790fc3b151f104022ab0a3faa821616" and "aa42ac83086cb123398ee8551c76d6a595fc48e3" have entirely different histories.
e3d54ab407
...
aa42ac8308
6
Gemfile.lock
generated
6
Gemfile.lock
generated
@ -16,7 +16,7 @@ GEM
|
||||
base64 (0.2.0)
|
||||
bigdecimal (3.1.8)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.3.3)
|
||||
concurrent-ruby (1.3.2)
|
||||
connection_pool (2.4.1)
|
||||
drb (2.2.1)
|
||||
em-websocket (0.5.3)
|
||||
@ -129,8 +129,8 @@ GEM
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.9)
|
||||
strscan
|
||||
rexml (3.2.8)
|
||||
strscan (>= 3.0.9)
|
||||
rouge (4.2.1)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.77.4)
|
||||
|
@ -6,19 +6,15 @@
|
||||
|
||||
// Our variables
|
||||
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
|
||||
serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
||||
// I would like to use system-ui as a fallback, but it just is too
|
||||
// inconsistent. Refer to https://caniuse.com/extended-system-fonts
|
||||
$sans-serif-font-family:
|
||||
ui-sans-serif,
|
||||
"Liberation Sans",
|
||||
"Arimo",
|
||||
"Arial",
|
||||
sans-serif "Noto Emoji",
|
||||
"Noto Color Emoji",
|
||||
emoji;
|
||||
serif, emoji;
|
||||
// The second font, system-ui, may map to serif or something else entirely
|
||||
// instead of sans-serif, but it's less of an issue than the others
|
||||
// considering how serifs have distinguishable homoglyphs (I and l or O and 0
|
||||
// etc.)
|
||||
$sans-serif-font-family: ui-sans-serif, system-ui, "Liberation Sans", "Arimo",
|
||||
"Arial", sans-serif;
|
||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
|
||||
monospace, emoji;
|
||||
// Must be in the end or undefined error.
|
||||
$base-font-family: $sans-serif-font-family;
|
||||
|
||||
|
@ -11,7 +11,6 @@ redirect_from:
|
||||
- /r/_nomap.md
|
||||
- /r/_optout_nomap.md
|
||||
robots: noai
|
||||
sitemap: true
|
||||
excerpt: Previously a blog post, now a note on _nomap in SSID.
|
||||
---
|
||||
|
||||
@ -21,10 +20,6 @@ _{{ page.excerpt }}_
|
||||
|
||||
`_nomap` in the end of your SSID will exclude your network from Google, Apple, WiGLE etc.
|
||||
|
||||
Microsoft has a separate [location services
|
||||
opt-out](https://account.microsoft.com/privacy/location-services-opt-out)
|
||||
which uses MAC addresses instead.
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user