Change font and size

This commit is contained in:
2025-03-03 18:44:21 +07:00
parent 0411fa8fd7
commit bbdbf650a0
3 changed files with 9 additions and 1931 deletions

View File

@@ -25,18 +25,18 @@
@use 'parts/_zola-error.scss'; @use 'parts/_zola-error.scss';
@font-face { @font-face {
src: local('Inter'), src: local('Open Sans'),
url('fonts/Inter4.woff2') format("woff2"); url('fonts/OpenSans-Regular.woff2') format("woff2");
/* Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */ /* Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Inter'; font-family: 'Open Sans';
font-display: swap; font-display: swap;
} }
@font-face { @font-face {
src: local('Source Serif'), src: local('Open Sans'),
url('fonts/SourceSerif4Variable-Roman.ttf.woff2') format("woff2"); url('fonts/OpenSans-Regular.woff2') format("woff2");
/* Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with Reserved Font Name Source.adobe.com/). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */ /* Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with Reserved Font Name Source.adobe.com/). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Source Serif'; font-family: 'Open Sans';
font-display: swap; font-display: swap;
} }
@@ -95,8 +95,8 @@
--small-layout-width: 200px; --small-layout-width: 200px;
--paragraph-spacing: max(2.3vmin, 24px); --paragraph-spacing: max(2.3vmin, 24px);
--sans-serif-font: 'Helvetica', Arial, sans-serif; --sans-serif-font: 'Open Sans', Arial, sans-serif;
--serif-font: 'Helvetica', 'Georgia', serif; --serif-font: 'Open Sans', 'Georgia', serif;
--code-font: 'Cascadia Code'; --code-font: 'Cascadia Code';
scrollbar-color: var(--primary-color) transparent; scrollbar-color: var(--primary-color) transparent;
@@ -340,6 +340,6 @@ video {
@media all and (min-width: 960px) { @media all and (min-width: 960px) {
html { html {
font-size: 20px; font-size: 18px;
} }
} }

File diff suppressed because one or more lines are too long