mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 05:02:08 +00:00
font
This commit is contained in:
parent
bc43b5878b
commit
8679c56d2f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap");
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Berkeley Mono";
|
font-family: "Berkeley Mono";
|
||||||
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
|
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
|
||||||
|
|
@ -35,7 +37,7 @@
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: "Berkeley Mono", monospace;
|
font-family: "Manrope", sans-serif;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue