Skip to content

Commit b97b078

Browse files
author
Michele Piazzai
authored
Merge pull request #13 from piazzai/develop
Prepare release
2 parents f33b419 + b99a457 commit b97b078

14 files changed

+20
-8
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'jekyll-nagymaros', '~> 3.3.0'
3+
gem 'jekyll-nagymaros', '~> 3.3', '>= 3.3.1'

docs/assets/css/styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
font-style: normal;
1717
font-weight: 500;
1818
src: url("../fonts/Inter-Medium.woff2") format("woff2"); }
19+
@font-face {
20+
font-family: "Inter";
21+
font-display: block;
22+
font-style: normal;
23+
font-weight: 600;
24+
src: url("../fonts/Inter-SemiBold.woff2") format("woff2"); }
1925
@font-face {
2026
font-family: "Inter";
2127
font-display: block;
@@ -40,6 +46,12 @@
4046
font-style: italic;
4147
font-weight: 500;
4248
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"); }
49+
@font-face {
50+
font-family: "Inter";
51+
font-display: block;
52+
font-style: italic;
53+
font-weight: 600;
54+
src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2"); }
4355
@font-face {
4456
font-family: "Inter";
4557
font-display: block;

docs/assets/fonts/Inter-Bold.woff2

4.79 KB
Binary file not shown.
6.43 KB
Binary file not shown.
7.52 KB
Binary file not shown.
5.53 KB
Binary file not shown.
5.06 KB
Binary file not shown.
5.33 KB
Binary file not shown.
6.06 KB
Binary file not shown.
9.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)