Set Roboto as default font and add Osaka font for titles
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
13
src/media/css/fonts/osaka.css
Normal file
13
src/media/css/fonts/osaka.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @package MokoCassiopeia
|
||||
* @copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
* @license GNU General Public License version 3 or later
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Osaka';
|
||||
src: url('../../fonts/osaka-re.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@@ -20,6 +20,7 @@
|
||||
/* Site title styling - match nav background color */
|
||||
.site-title {
|
||||
color: var(--nav-bg-color);
|
||||
font-family: 'Osaka', sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 1.5rem;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user