Skip to content

Commit acf2cbd

Browse files
committed
Added font display swap
1 parent 9ddc3dc commit acf2cbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/_includes/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<meta property="og:description" content="Marcin Anforowicz's website">
1313
<meta property="og:type" content="article">
1414
<meta property="og:image" content="/assets/window.jpg">
15-
<link rel="icon" href="/assets/icon.ico">
16-
<link rel="icon" href="/assets/icon.svg">
1715
<link rel="stylesheet" href="/assets/style.css">
1816
<link rel="stylesheet" href="/assets/prism.css">
1917
<link rel="stylesheet" media="print" href="/assets/print.css">
18+
<link rel="icon" href="/assets/icon.ico">
19+
<link rel="icon" href="/assets/icon.svg">
2020
</head>
2121

2222
<body>

src/assets/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ then you're doing something wrong.
55

66
@font-face {
77
font-family: 'FiraSans';
8+
font-display: swap;
89
src: url("/assets/FiraSans-Light.woff") format('woff');
910
}
1011

0 commit comments

Comments
 (0)