another-theme 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.md +22 -0
- data/README.md +1 -0
- data/_includes/analytics.html +12 -0
- data/_includes/dark-mode.html +8 -0
- data/_includes/head.html +10 -0
- data/_includes/last-posts.html +12 -0
- data/_includes/menu.html +10 -0
- data/_includes/projects.html +12 -0
- data/_layouts/compress.html +2 -0
- data/_layouts/default.html +20 -0
- data/_layouts/home.html +9 -0
- data/_layouts/page.html +11 -0
- data/_layouts/post.html +12 -0
- data/_sass/another/_base.scss +93 -0
- data/_sass/another/_code.scss +78 -0
- data/_sass/another/_feed.scss +57 -0
- data/_sass/another/_font-face.scss +285 -0
- data/_sass/another/_layout.scss +66 -0
- data/_sass/another/_menu.scss +30 -0
- data/_sass/another/_pagination.scss +54 -0
- data/_sass/another/_posts.scss +60 -0
- data/_sass/another/_search.scss +223 -0
- data/_sass/another/_syntax.scss +65 -0
- data/_sass/another/_type.scss +157 -0
- data/_sass/another/_utilities.scss +15 -0
- data/_sass/another/_variables.scss +105 -0
- data/_sass/another.scss +13 -0
- data/assets/css/main.scss +5 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Bold.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Bold.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Italic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Italic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Light.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Light.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-LightItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-LightItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Medium.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Medium.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Regular.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Regular.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBold.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBold.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Text.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Text.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-TextItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-TextItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Thin.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-Thin.woff2 +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff +0 -0
- data/assets/font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff2 +0 -0
- data/assets/font-files/IBM-Plex/license.txt +92 -0
- data/assets/font-files/Inter/Inter-Black.woff +0 -0
- data/assets/font-files/Inter/Inter-Black.woff2 +0 -0
- data/assets/font-files/Inter/Inter-BlackItalic.woff +0 -0
- data/assets/font-files/Inter/Inter-BlackItalic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Bold.woff +0 -0
- data/assets/font-files/Inter/Inter-Bold.woff2 +0 -0
- data/assets/font-files/Inter/Inter-BoldItalic.woff +0 -0
- data/assets/font-files/Inter/Inter-BoldItalic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-ExtraBold.woff +0 -0
- data/assets/font-files/Inter/Inter-ExtraBold.woff2 +0 -0
- data/assets/font-files/Inter/Inter-ExtraBoldItalic.woff +0 -0
- data/assets/font-files/Inter/Inter-ExtraBoldItalic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-ExtraLight-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-ExtraLight-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-ExtraLightItalic-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-ExtraLightItalic-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Italic.woff +0 -0
- data/assets/font-files/Inter/Inter-Italic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Light-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-Light-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-LightItalic-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-LightItalic-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Medium.woff +0 -0
- data/assets/font-files/Inter/Inter-Medium.woff2 +0 -0
- data/assets/font-files/Inter/Inter-MediumItalic.woff +0 -0
- data/assets/font-files/Inter/Inter-MediumItalic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Regular.woff +0 -0
- data/assets/font-files/Inter/Inter-Regular.woff2 +0 -0
- data/assets/font-files/Inter/Inter-SemiBold.woff +0 -0
- data/assets/font-files/Inter/Inter-SemiBold.woff2 +0 -0
- data/assets/font-files/Inter/Inter-SemiBoldItalic.woff +0 -0
- data/assets/font-files/Inter/Inter-SemiBoldItalic.woff2 +0 -0
- data/assets/font-files/Inter/Inter-Thin-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-Thin-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-ThinItalic-BETA.woff +0 -0
- data/assets/font-files/Inter/Inter-ThinItalic-BETA.woff2 +0 -0
- data/assets/font-files/Inter/Inter-italic.var.woff2 +0 -0
- data/assets/font-files/Inter/Inter-upright.var.woff2 +0 -0
- data/assets/font-files/Inter/Inter.var.woff2 +0 -0
- data/assets/font-files/Inter/inter.css +171 -0
- data/assets/img/icons/dark.svg +1 -0
- data/assets/img/icons/light.svg +1 -0
- data/assets/js/main.js +13 -0
- metadata +246 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: f57756973d4194a276af1f845f3001798698b2ee2efbe09a702e4a052faef9ab
|
|
4
|
+
data.tar.gz: bbb8f6976dfd971a701068bea1cb1c6b59a9532b94b5bf93cfea878f6a97609d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 41ca109a90d11a676df7c1dbb7d3abdbc2469e1f8d4e0be3bc077ef19076648fad7a5659e92076918d39e88c6ecc934a2e92976c56687ce7a0e482661b84feb9
|
|
7
|
+
data.tar.gz: 25a397a1399046d9490a6dede9c3fab829ef9f9bad26c9d1e11120393da93cd53068f44c5a7a74aa908f8bb446672969c547587be24efefa66526471e8b203aa
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
The MIT License (MIT)
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2019 Milton Olaf Paredes
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
another
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{% if jekyll.environment == "production" %}
|
|
2
|
+
{% if site.analytics_id %}
|
|
3
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics_id }}"></script>
|
|
4
|
+
<script>
|
|
5
|
+
window.dataLayer = window.dataLayer || [];
|
|
6
|
+
function gtag(){dataLayer.push(arguments);}
|
|
7
|
+
gtag('js', new Date());
|
|
8
|
+
|
|
9
|
+
gtag('config', '{{ site.analytics_id }}');
|
|
10
|
+
</script>
|
|
11
|
+
{% endif %}
|
|
12
|
+
{% endif %}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{% assign dark_mode = true %}
|
|
2
|
+
|
|
3
|
+
<span id="dark" title="Dark Mode">
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
|
|
5
|
+
</span>
|
|
6
|
+
<span id="light" title="Light Mode">
|
|
7
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>
|
|
8
|
+
</span>
|
data/_includes/head.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<head>
|
|
2
|
+
<meta charset="UTF-8">
|
|
3
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
4
|
+
<title>{{ site.title }}</title>
|
|
5
|
+
{% seo title=false %}
|
|
6
|
+
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
|
7
|
+
<link rel="shortcut icon" href="{{ site.url }}/assets/img/{{ site.favicon }}">
|
|
8
|
+
{% feed_meta %}
|
|
9
|
+
{% include analytics.html %}
|
|
10
|
+
</head>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<h2 class="mt-lg">Recent posts</h2>
|
|
2
|
+
<ul class="posts-feed">
|
|
3
|
+
{% for post in site.posts | limit:5 %}
|
|
4
|
+
<li class="post-node">
|
|
5
|
+
<a href="{{ site.url }}{{ post.url }}" class="post-link">
|
|
6
|
+
<span class="post-title">{{ post.title }}</span>
|
|
7
|
+
<time class="post-date">{{ post.date | date: "%B %d, %Y" }}</time>
|
|
8
|
+
</a>
|
|
9
|
+
</li>
|
|
10
|
+
{% endfor %}
|
|
11
|
+
</ul>
|
|
12
|
+
<a href="{{ node.url }}/blog" class="next-post">All posts →</a>
|
data/_includes/menu.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<nav class="nav-menu">
|
|
2
|
+
<ul>
|
|
3
|
+
{% assign sorted_pages = site.pages | sort: "priority" %}
|
|
4
|
+
{% for node in sorted_pages %}
|
|
5
|
+
{% if node.priority %}
|
|
6
|
+
<li class="{% if node.title == page.title %}active{% endif %}"><a href="{{ site.url }}{{ node.url }}">{{ node.title }}</a></li>
|
|
7
|
+
{% endif %}
|
|
8
|
+
{% endfor %}
|
|
9
|
+
</ul>
|
|
10
|
+
</nav>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<h2 class="mt-lg">Selected projects</h2>
|
|
2
|
+
<ul class="posts-feed">
|
|
3
|
+
{% for project in site.data.projects | limit:5 %}
|
|
4
|
+
<li class="post-node">
|
|
5
|
+
<a href="{{ post.url }}" class="post-link" style="justify-content: normal">
|
|
6
|
+
<span class="post-title">{{ project.name }}</span>
|
|
7
|
+
<span class="post-date">{{ project.description }}</span>
|
|
8
|
+
</a>
|
|
9
|
+
</li>
|
|
10
|
+
{% endfor %}
|
|
11
|
+
</ul>
|
|
12
|
+
<a href="//github.com/miltonolaf" class="next-post">More projects →</a>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
{% capture _LINE_FEED %}
|
|
2
|
+
{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% assign _lastchar = _pres.last | split: "" | last %}{% assign _outerloop = forloop %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if forloop.last and _lastchar == _LINE_FEED %}{% unless _outerloop.last %}{{ _LINE_FEED }}{% endunless %}{% continue %}{% endif %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: compress
|
|
3
|
+
---
|
|
4
|
+
<!DOCTYPE html>
|
|
5
|
+
<html lang="en" data-theme="light">
|
|
6
|
+
{% include head.html %}
|
|
7
|
+
<body>
|
|
8
|
+
{% include menu.html %}
|
|
9
|
+
{% include dark-mode.html %}
|
|
10
|
+
<div class="content">
|
|
11
|
+
<div class="container {% if page.fluid or layout.fluid %}fluid{% endif %}">
|
|
12
|
+
{{ content }}
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
{% if dark_mode %}
|
|
17
|
+
<script src="{{ site.url }}/assets/js/main.js" charset="utf-8"></script>
|
|
18
|
+
{% endif %}
|
|
19
|
+
</body>
|
|
20
|
+
</html>
|
data/_layouts/home.html
ADDED
data/_layouts/page.html
ADDED
data/_layouts/post.html
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
// Body resets
|
|
2
|
+
//
|
|
3
|
+
// Update the foundational and global aspects of the page.
|
|
4
|
+
|
|
5
|
+
* {
|
|
6
|
+
-webkit-box-sizing: border-box;
|
|
7
|
+
-moz-box-sizing: border-box;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
html,
|
|
12
|
+
body {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
html {
|
|
18
|
+
font-family: $root-font-family;
|
|
19
|
+
|
|
20
|
+
@include properties($body-md);
|
|
21
|
+
|
|
22
|
+
font-kerning: normal;
|
|
23
|
+
-moz-font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
|
|
24
|
+
font-feature-settings: "calt" 1, "kern" 1, "liga" 1;
|
|
25
|
+
|
|
26
|
+
@media (min-width: $medium-breakpoint) {
|
|
27
|
+
@include properties($body-lg);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@supports (font-variation-settings: normal) {
|
|
32
|
+
html {
|
|
33
|
+
font-family: $root-font-family-var;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
body {
|
|
38
|
+
color: rgba(var(--rgb-primary), 0.90);
|
|
39
|
+
background-color: var(--bg-color);
|
|
40
|
+
-webkit-text-size-adjust: 100%;
|
|
41
|
+
-ms-text-size-adjust: 100%;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// No `:visited` state is required by default (browsers will use `a`)
|
|
45
|
+
a {
|
|
46
|
+
color: inherit;
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
border-bottom: 1px solid rgb(var(--rgb-primary), 0.2);
|
|
49
|
+
outline: inherit;
|
|
50
|
+
// `:focus` is linked to `:hover` for basic accessibility
|
|
51
|
+
&:hover,
|
|
52
|
+
&:focus {
|
|
53
|
+
color: rgb(var(--rgb-primary), 0.75);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
strong {
|
|
57
|
+
color: inherit;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
ul {
|
|
62
|
+
padding-left: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
img {
|
|
66
|
+
display: block;
|
|
67
|
+
max-width: 100%;
|
|
68
|
+
margin: 0 0 1rem;
|
|
69
|
+
border-radius: 5px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
table {
|
|
73
|
+
margin-bottom: 1rem;
|
|
74
|
+
width: 100%;
|
|
75
|
+
font-size: 85%;
|
|
76
|
+
border: 1px solid rgba(var(--rgb-primary), 0.3);
|
|
77
|
+
border-collapse: collapse;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
td,
|
|
81
|
+
th {
|
|
82
|
+
padding: 0.25rem 0.5rem;
|
|
83
|
+
border: 1px solid rgba(var(--rgb-primary), 0.1);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
th {
|
|
87
|
+
text-align: left;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
tbody tr:nth-child(odd) td,
|
|
91
|
+
tbody tr:nth-child(odd) th {
|
|
92
|
+
background-color: rgba(var(--rgb-primary), 0.045);
|
|
93
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// Code
|
|
2
|
+
//
|
|
3
|
+
// Inline and block-level code snippets. Includes tweaks to syntax highlighted
|
|
4
|
+
// snippets from Pygments/Rouge and Gist embeds.
|
|
5
|
+
|
|
6
|
+
code,
|
|
7
|
+
pre {
|
|
8
|
+
font-family: $code-font-family;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
code {
|
|
12
|
+
padding: .2em .45em;
|
|
13
|
+
font-size: 80%;
|
|
14
|
+
color: rgba(var(--rgb-primary), 0.85);
|
|
15
|
+
background-color: rgba(var(--rgb-primary), 0.1);
|
|
16
|
+
border-radius: 3px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
pre {
|
|
20
|
+
margin-top: 0;
|
|
21
|
+
margin-bottom: 1rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
pre code {
|
|
25
|
+
padding: 0;
|
|
26
|
+
font-size: 100%;
|
|
27
|
+
color: #f8f8f2;
|
|
28
|
+
background-color: transparent;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Pygments via Jekyll
|
|
32
|
+
.highlight {
|
|
33
|
+
padding: 0.4rem;
|
|
34
|
+
margin: 0 0 1rem;
|
|
35
|
+
font-size: 0.8rem;
|
|
36
|
+
line-height: 1.4;
|
|
37
|
+
background-color: #272822;
|
|
38
|
+
border-radius: 0.25rem;
|
|
39
|
+
|
|
40
|
+
pre {
|
|
41
|
+
margin-bottom: 0;
|
|
42
|
+
overflow-x: auto;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.lineno {
|
|
46
|
+
display: inline-block; // Ensures the null space also isn't selectable
|
|
47
|
+
padding-right: 0.75rem;
|
|
48
|
+
padding-left: 0.25rem;
|
|
49
|
+
color: #999;
|
|
50
|
+
// Make sure numbers aren't selectable
|
|
51
|
+
-webkit-user-select: none;
|
|
52
|
+
-moz-user-select: none;
|
|
53
|
+
user-select: none;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
// Gist via GitHub Pages
|
|
59
|
+
// .gist .gist-file {
|
|
60
|
+
// font-family: Menlo, Monaco, "Courier New", monospace !important;
|
|
61
|
+
// }
|
|
62
|
+
// .gist .markdown-body {
|
|
63
|
+
// padding: 15px;
|
|
64
|
+
// }
|
|
65
|
+
// .gist pre {
|
|
66
|
+
// padding: 0;
|
|
67
|
+
// background-color: transparent;
|
|
68
|
+
// }
|
|
69
|
+
// .gist .gist-file .gist-data {
|
|
70
|
+
// font-size: .8rem !important;
|
|
71
|
+
// line-height: 1.4;
|
|
72
|
+
// }
|
|
73
|
+
// .gist code {
|
|
74
|
+
// padding: 0;
|
|
75
|
+
// color: inherit;
|
|
76
|
+
// background-color: transparent;
|
|
77
|
+
// border-radius: 0;
|
|
78
|
+
// }
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
.posts-feed {
|
|
2
|
+
margin-bottom: 0.5rem;
|
|
3
|
+
|
|
4
|
+
.post-node {
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
border-bottom: 1px solid rgba(var(--rgb-primary), 0.055);
|
|
7
|
+
|
|
8
|
+
&:first-child{
|
|
9
|
+
border-top: 1px solid rgba(var(--rgb-primary), 0.1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.post-link {
|
|
13
|
+
display: -webkit-box;
|
|
14
|
+
display: -webkit-flex;
|
|
15
|
+
display: -ms-flexbox;
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
border-bottom: 0;
|
|
19
|
+
padding: 1rem 0;
|
|
20
|
+
|
|
21
|
+
@media (min-width: $medium-breakpoint) {
|
|
22
|
+
flex-direction: row !important;
|
|
23
|
+
-webkit-align-items: center;
|
|
24
|
+
-webkit-box-align: center;
|
|
25
|
+
-ms-flex-align: center;
|
|
26
|
+
align-items: center;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.post-title {
|
|
30
|
+
@include properties($body-sm);
|
|
31
|
+
|
|
32
|
+
@media (min-width: $medium-breakpoint) {
|
|
33
|
+
@include properties($body-md);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.post-date {
|
|
38
|
+
@include properties($body-xs);
|
|
39
|
+
margin-left: 0;
|
|
40
|
+
opacity: 0.75;
|
|
41
|
+
|
|
42
|
+
@media (min-width: $medium-breakpoint) {
|
|
43
|
+
@include properties($body-sm);
|
|
44
|
+
margin-left: 1rem;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.next-post {
|
|
52
|
+
@include properties($body-sm);
|
|
53
|
+
font-size: 65% !important;
|
|
54
|
+
font-weight: 600 !important;
|
|
55
|
+
text-transform: uppercase;
|
|
56
|
+
border-bottom: 0;
|
|
57
|
+
}
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Inter';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 100;
|
|
5
|
+
src: url("../font-files/Inter/Inter-Thin-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-Thin-BETA.woff") format("woff");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Inter';
|
|
10
|
+
font-style: italic;
|
|
11
|
+
font-weight: 100;
|
|
12
|
+
src: url("../font-files/Inter/Inter-ThinItalic-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-ThinItalic-BETA.woff") format("woff");
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'Inter';
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: 200;
|
|
19
|
+
src: url("../font-files/Inter/Inter-ExtraLight-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-ExtraLight-BETA.woff") format("woff");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Inter';
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-weight: 200;
|
|
26
|
+
src: url("../font-files/Inter/Inter-ExtraLightItalic-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-ExtraLightItalic-BETA.woff") format("woff");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Inter';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 300;
|
|
33
|
+
src: url("../font-files/Inter/Inter-Light-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-Light-BETA.woff") format("woff");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Inter';
|
|
38
|
+
font-style: italic;
|
|
39
|
+
font-weight: 300;
|
|
40
|
+
src: url("../font-files/Inter/Inter-LightItalic-BETA.woff2") format("woff2"), url("../font-files/Inter/Inter-LightItalic-BETA.woff") format("woff");
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'Inter';
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 400;
|
|
47
|
+
src: url("../font-files/Inter/Inter-Regular.woff2") format("woff2"), url("../font-files/Inter/Inter-Regular.woff") format("woff");
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'Inter';
|
|
52
|
+
font-style: italic;
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
src: url("../font-files/Inter/Inter-Italic.woff2") format("woff2"), url("../font-files/Inter/Inter-Italic.woff") format("woff");
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Inter';
|
|
59
|
+
font-style: normal;
|
|
60
|
+
font-weight: 500;
|
|
61
|
+
src: url("../font-files/Inter/Inter-Medium.woff2") format("woff2"), url("../font-files/Inter/Inter-Medium.woff") format("woff");
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Inter';
|
|
66
|
+
font-style: italic;
|
|
67
|
+
font-weight: 500;
|
|
68
|
+
src: url("../font-files/Inter/Inter-MediumItalic.woff2") format("woff2"), url("../font-files/Inter/Inter-MediumItalic.woff") format("woff");
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'Inter';
|
|
73
|
+
font-style: normal;
|
|
74
|
+
font-weight: 600;
|
|
75
|
+
src: url("../font-files/Inter/Inter-SemiBold.woff2") format("woff2"), url("../font-files/Inter/Inter-SemiBold.woff") format("woff");
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'Inter';
|
|
80
|
+
font-style: italic;
|
|
81
|
+
font-weight: 600;
|
|
82
|
+
src: url("../font-files/Inter/Inter-SemiBoldItalic.woff2") format("woff2"), url("../font-files/Inter/Inter-SemiBoldItalic.woff") format("woff");
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@font-face {
|
|
86
|
+
font-family: 'Inter';
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-weight: 700;
|
|
89
|
+
src: url("../font-files/Inter/Inter-Bold.woff2") format("woff2"), url("../font-files/Inter/Inter-Bold.woff") format("woff");
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: 'Inter';
|
|
94
|
+
font-style: italic;
|
|
95
|
+
font-weight: 700;
|
|
96
|
+
src: url("../font-files/Inter/Inter-BoldItalic.woff2") format("woff2"), url("../font-files/Inter/Inter-BoldItalic.woff") format("woff");
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'Inter';
|
|
101
|
+
font-style: normal;
|
|
102
|
+
font-weight: 800;
|
|
103
|
+
src: url("../font-files/Inter/Inter-ExtraBold.woff2") format("woff2"), url("../font-files/Inter/Inter-ExtraBold.woff") format("woff");
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@font-face {
|
|
107
|
+
font-family: 'Inter';
|
|
108
|
+
font-style: italic;
|
|
109
|
+
font-weight: 800;
|
|
110
|
+
src: url("../font-files/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"), url("../font-files/Inter/Inter-ExtraBoldItalic.woff") format("woff");
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@font-face {
|
|
114
|
+
font-family: 'Inter';
|
|
115
|
+
font-style: normal;
|
|
116
|
+
font-weight: 900;
|
|
117
|
+
src: url("../font-files/Inter/Inter-Black.woff2") format("woff2"), url("../font-files/Inter/Inter-Black.woff") format("woff");
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@font-face {
|
|
121
|
+
font-family: 'Inter';
|
|
122
|
+
font-style: italic;
|
|
123
|
+
font-weight: 900;
|
|
124
|
+
src: url("../font-files/Inter/Inter-BlackItalic.woff2") format("woff2"), url("../font-files/Inter/Inter-BlackItalic.woff") format("woff");
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* -------------------------------------------------------
|
|
128
|
+
Variable font.
|
|
129
|
+
Usage:
|
|
130
|
+
|
|
131
|
+
html { font-family: 'Inter', sans-serif; }
|
|
132
|
+
@supports (font-variation-settings: normal) {
|
|
133
|
+
html { font-family: 'Inter var', sans-serif; }
|
|
134
|
+
}
|
|
135
|
+
*/
|
|
136
|
+
@font-face {
|
|
137
|
+
font-family: 'Inter var';
|
|
138
|
+
font-weight: 100 900;
|
|
139
|
+
font-style: normal;
|
|
140
|
+
font-named-instance: 'Regular';
|
|
141
|
+
src: url("../font-files/Inter/Inter-upright.var.woff2") format("woff2");
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@font-face {
|
|
145
|
+
font-family: 'Inter var';
|
|
146
|
+
font-weight: 100 900;
|
|
147
|
+
font-style: italic;
|
|
148
|
+
font-named-instance: 'Italic';
|
|
149
|
+
src: url("../font-files/Inter/Inter-italic.var.woff2") format("woff2");
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* --------------------------------------------------------------------------
|
|
153
|
+
[EXPERIMENTAL] Multi-axis, single variable font.
|
|
154
|
+
|
|
155
|
+
Slant axis is not yet widely supported (as of February 2019) and thus this
|
|
156
|
+
multi-axis single variable font is opt-in rather than the default.
|
|
157
|
+
|
|
158
|
+
When using this, you will probably need to set font-variation-settings
|
|
159
|
+
explicitly, e.g.
|
|
160
|
+
|
|
161
|
+
* { font-variation-settings: "slnt" 0deg }
|
|
162
|
+
.italic { font-variation-settings: "slnt" 10deg }
|
|
163
|
+
|
|
164
|
+
*/
|
|
165
|
+
|
|
166
|
+
@font-face {
|
|
167
|
+
font-family: 'Inter var experimental';
|
|
168
|
+
font-weight: 100 900;
|
|
169
|
+
font-style: oblique 0deg 10deg;
|
|
170
|
+
src: url("../font-files/Inter/Inter.var.woff2") format("woff2");
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// IBM Plex Mono
|
|
174
|
+
@font-face {
|
|
175
|
+
font-family: 'IBM Plex Mono';
|
|
176
|
+
font-style: normal;
|
|
177
|
+
font-weight: 700;
|
|
178
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Bold.woff2") format("woff2"),
|
|
179
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Bold.woff") format("woff");
|
|
180
|
+
}
|
|
181
|
+
@font-face {
|
|
182
|
+
font-family: 'IBM Plex Mono';
|
|
183
|
+
font-style: italic;
|
|
184
|
+
font-weight: 700;
|
|
185
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff2") format("woff2"),
|
|
186
|
+
url("../font-files/IBM-Plex/IBMPlexMono-BoldItalic.woff") format("woff");
|
|
187
|
+
}
|
|
188
|
+
@font-face {
|
|
189
|
+
font-family: 'IBM Plex Mono';
|
|
190
|
+
font-style: normal;
|
|
191
|
+
font-weight: 200;
|
|
192
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff2") format("woff2"),
|
|
193
|
+
url("../font-files/IBM-Plex/IBMPlexMono-ExtraLight.woff") format("woff");
|
|
194
|
+
}
|
|
195
|
+
@font-face {
|
|
196
|
+
font-family: 'IBM Plex Mono';
|
|
197
|
+
font-style: italic;
|
|
198
|
+
font-weight: 200;
|
|
199
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff2") format("woff2"),
|
|
200
|
+
url("../font-files/IBM-Plex/IBMPlexMono-ExtraLightItalic.woff") format("woff");
|
|
201
|
+
}
|
|
202
|
+
@font-face {
|
|
203
|
+
font-family: 'IBM Plex Mono';
|
|
204
|
+
font-style: italic;
|
|
205
|
+
font-weight: 400;
|
|
206
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Italic.woff2") format("woff2"),
|
|
207
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Italic.woff") format("woff");
|
|
208
|
+
}
|
|
209
|
+
@font-face {
|
|
210
|
+
font-family: 'IBM Plex Mono';
|
|
211
|
+
font-style: normal;
|
|
212
|
+
font-weight: 300;
|
|
213
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Light.woff2") format("woff2"),
|
|
214
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Light.woff") format("woff");
|
|
215
|
+
}
|
|
216
|
+
@font-face {
|
|
217
|
+
font-family: 'IBM Plex Mono';
|
|
218
|
+
font-style: italic;
|
|
219
|
+
font-weight: 300;
|
|
220
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-LightItalic.woff2") format("woff2"),
|
|
221
|
+
url("../font-files/IBM-Plex/IBMPlexMono-LightItalic.woff") format("woff");
|
|
222
|
+
}
|
|
223
|
+
@font-face {
|
|
224
|
+
font-family: 'IBM Plex Mono';
|
|
225
|
+
font-style: normal;
|
|
226
|
+
font-weight: 500;
|
|
227
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Medium.woff2") format("woff2"),
|
|
228
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Medium.woff") format("woff");
|
|
229
|
+
}
|
|
230
|
+
@font-face {
|
|
231
|
+
font-family: 'IBM Plex Mono';
|
|
232
|
+
font-style: italic;
|
|
233
|
+
font-weight: 500;
|
|
234
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff2") format("woff2"),
|
|
235
|
+
url("../font-files/IBM-Plex/IBMPlexMono-MediumItalic.woff") format("woff");
|
|
236
|
+
}
|
|
237
|
+
@font-face {
|
|
238
|
+
font-family: 'IBM Plex Mono';
|
|
239
|
+
font-style: normal;
|
|
240
|
+
font-weight: 400;
|
|
241
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Regular.woff2") format("woff2"),
|
|
242
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Regular.woff") format("woff");
|
|
243
|
+
}
|
|
244
|
+
@font-face {
|
|
245
|
+
font-family: 'IBM Plex Mono';
|
|
246
|
+
font-style: normal;
|
|
247
|
+
font-weight: 600;
|
|
248
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-SemiBold.woff2") format("woff2"),
|
|
249
|
+
url("../font-files/IBM-Plex/IBMPlexMono-SemiBold.woff") format("woff");
|
|
250
|
+
}
|
|
251
|
+
@font-face {
|
|
252
|
+
font-family: 'IBM Plex Mono';
|
|
253
|
+
font-style: italic;
|
|
254
|
+
font-weight: 600;
|
|
255
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff2") format("woff2"),
|
|
256
|
+
url("../font-files/IBM-Plex/IBMPlexMono-SemiBoldItalic.woff") format("woff");
|
|
257
|
+
}
|
|
258
|
+
@font-face {
|
|
259
|
+
font-family: 'IBM Plex Mono';
|
|
260
|
+
font-style: normal;
|
|
261
|
+
font-weight: 450;
|
|
262
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Text.woff2") format("woff2"),
|
|
263
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Text.woff") format("woff");
|
|
264
|
+
}
|
|
265
|
+
@font-face {
|
|
266
|
+
font-family: 'IBM Plex Mono';
|
|
267
|
+
font-style: italic;
|
|
268
|
+
font-weight: 450;
|
|
269
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-TextItalic.woff2") format("woff2"),
|
|
270
|
+
url("../font-files/IBM-Plex/IBMPlexMono-TextItalic.woff") format("woff");
|
|
271
|
+
}
|
|
272
|
+
@font-face {
|
|
273
|
+
font-family: 'IBM Plex Mono';
|
|
274
|
+
font-style: normal;
|
|
275
|
+
font-weight: 100;
|
|
276
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-Thin.woff2") format("woff2"),
|
|
277
|
+
url("../font-files/IBM-Plex/IBMPlexMono-Thin.woff") format("woff");
|
|
278
|
+
}
|
|
279
|
+
@font-face {
|
|
280
|
+
font-family: 'IBM Plex Mono';
|
|
281
|
+
font-style: italic;
|
|
282
|
+
font-weight: 100;
|
|
283
|
+
src: url("../font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff2") format("woff2"),
|
|
284
|
+
url("../font-files/IBM-Plex/IBMPlexMono-ThinItalic.woff2") format("woff");
|
|
285
|
+
}
|