chore: font updates
This commit is contained in:
parent
01508e99e4
commit
b1a10f4008
4 changed files with 13 additions and 15 deletions
|
@ -44,7 +44,7 @@ html {
|
||||||
-o-tab-size: 4;
|
-o-tab-size: 4;
|
||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
/* 3 */
|
/* 3 */
|
||||||
font-family: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
font-family: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans, source-sans-pro, sans-serif;
|
||||||
/* 4 */
|
/* 4 */
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
/* 5 */
|
/* 5 */
|
||||||
|
@ -1647,7 +1647,7 @@ video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-sans {
|
.font-sans {
|
||||||
font-family: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
font-family: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans, source-sans-pro, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-2xl {
|
.text-2xl {
|
||||||
|
@ -1918,7 +1918,7 @@ body {
|
||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
font-family: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;
|
font-family: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans, source-sans-pro, sans-serif;
|
||||||
color: #111827;
|
color: #111827;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,7 @@ permalink: /search.html
|
||||||
<link href="https://coryd.dev/pagefind/pagefind-ui.css" rel="stylesheet" />
|
<link href="https://coryd.dev/pagefind/pagefind-ui.css" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--pagefind-ui-font: 'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif',
|
--pagefind-ui-font: 'Seravek', 'Gill Sans Nova', 'Ubuntu', 'Calibri', 'DejaVu Sans', 'source-sans-pro', 'sans-serif';
|
||||||
Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
|
|
||||||
Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
||||||
--pagefind-ui-primary: #374151;
|
--pagefind-ui-primary: #374151;
|
||||||
--pagefind-ui-text: #374151;
|
--pagefind-ui-text: #374151;
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ eleventyExcludeFromCollections: true
|
||||||
|
|
||||||
<!-- date -->
|
<!-- date -->
|
||||||
<text
|
<text
|
||||||
font-family="'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif'"
|
font-family="'Seravek', 'Gill Sans Nova', 'Ubuntu', 'Calibri', 'DejaVu Sans', 'source-sans-pro', 'sans-serif'"
|
||||||
font-size="24"
|
font-size="24"
|
||||||
font-weight="bold"
|
font-weight="bold"
|
||||||
fill="#fff"
|
fill="#fff"
|
||||||
|
@ -40,7 +40,7 @@ eleventyExcludeFromCollections: true
|
||||||
<!-- title -->
|
<!-- title -->
|
||||||
<text
|
<text
|
||||||
id="text"
|
id="text"
|
||||||
font-family="'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif'"
|
font-family="'Seravek', 'Gill Sans Nova', 'Ubuntu', 'Calibri', 'DejaVu Sans', 'source-sans-pro', 'sans-serif'"
|
||||||
font-size="40"
|
font-size="40"
|
||||||
font-weight="900"
|
font-weight="900"
|
||||||
fill="#fff"
|
fill="#fff"
|
||||||
|
@ -55,7 +55,7 @@ eleventyExcludeFromCollections: true
|
||||||
|
|
||||||
<!-- sitename -->
|
<!-- sitename -->
|
||||||
<text
|
<text
|
||||||
font-family="'Inter', 'Roboto', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif'"
|
font-family="'Seravek', 'Gill Sans Nova', 'Ubuntu', 'Calibri', 'DejaVu Sans', 'source-sans-pro', 'sans-serif'"
|
||||||
font-size="24"
|
font-size="24"
|
||||||
font-weight="bold"
|
font-weight="bold"
|
||||||
fill="#fff"
|
fill="#fff"
|
||||||
|
|
|
@ -14,12 +14,12 @@ module.exports = {
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: [
|
sans: [
|
||||||
'Inter',
|
'Seravek',
|
||||||
'Roboto',
|
'Gill Sans Nova',
|
||||||
'Helvetica Neue',
|
'Ubuntu',
|
||||||
'Arial Nova',
|
'Calibri',
|
||||||
'Nimbus Sans',
|
'DejaVu Sans',
|
||||||
'Arial',
|
'source-sans-pro',
|
||||||
'sans-serif',
|
'sans-serif',
|
||||||
],
|
],
|
||||||
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
||||||
|
|
Reference in a new issue