mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
font
This commit is contained in:
parent
e3c96878b1
commit
9a178e0b3a
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-family: "Berkeley Mono";
|
||||
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
|
||||
|
|
@ -35,7 +37,7 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
font-family: "Berkeley Mono", monospace;
|
||||
font-family: "Manrope", sans-serif;
|
||||
line-height: 1.65;
|
||||
color: #1a1a1a;
|
||||
background: #f5f5f5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue