mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-17 16:55:31 -04:00
account for uppercase request headers if send_view is hit via HTTP 1.x
This commit is contained in:
1
assets/js/vendor/twemoji.js
vendored
1
assets/js/vendor/twemoji.js
vendored
@@ -365,6 +365,7 @@
|
||||
img = new Image();
|
||||
img.onerror = options.onerror;
|
||||
img.setAttribute('draggable', 'false');
|
||||
img.setAttribute('loading', 'eager');
|
||||
attrib = options.attributes(rawText, iconId);
|
||||
for (attrname in attrib) {
|
||||
if (
|
||||
|
@@ -11,6 +11,8 @@ body {
|
||||
font-variant-ligatures: normal;
|
||||
font-feature-settings: "kern", "liga", "calt", "clig", "ss01";
|
||||
line-height: 1.5;
|
||||
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
// override above font-family if browser supports variable fonts
|
||||
|
Reference in New Issue
Block a user