comparison mrjunejune/pages/base.css @ 73:ede391ac83c8

[MrJuneJune] My own websites.
author June Park <parkjune1995@gmail.com>
date Wed, 31 Dec 2025 09:07:29 -0800
parents 114cad94008f
children 35b1abc37969
comparison
equal deleted inserted replaced
72:4532ce6d9eb8 73:ede391ac83c8
70 font-display: swap; 70 font-display: swap;
71 } 71 }
72 /* Fonts */ 72 /* Fonts */
73 @font-face { 73 @font-face {
74 font-family: "Roboto"; 74 font-family: "Roboto";
75 src: url("/Roboto-Regular.ttf"); 75 src: url("/fonts/Roboto-Regular.ttf");
76 } 76 }
77 77
78 @font-face { 78 @font-face {
79 font-family: "Roboto Light"; 79 font-family: "Roboto Light";
80 src: url("/Roboto-Thin.ttf"); 80 src: url("/fonts/Roboto-Thin.ttf");
81 } 81 }
82 82
83 a { 83 a {
84 color: inherit; /* blue colors for links too */ 84 color: inherit; /* blue colors for links too */
85 text-decoration: inherit; /* no underline */ 85 text-decoration: inherit; /* no underline */