Skip to content

Commit

Permalink
added-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Sep 19, 2024
1 parent 778c16e commit 78a5b53
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 7 deletions.
Binary file removed src/assets/fonts/MonaspaceArgon-ExtraBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceArgon-Regular.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceArgon-SemiBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceArgon-WideBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-Bold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-ExtraBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-Light.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-Regular.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-SemiBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-SemiWideBold.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-WideBold.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-WideMedium.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceKrypton-WideRegular.woff
Binary file not shown.
Binary file added src/assets/fonts/MonaspaceRadon-Medium.woff
Binary file not shown.
Binary file added src/assets/fonts/MonaspaceRadon-MediumItalic.woff
Binary file not shown.
Binary file removed src/assets/fonts/MonaspaceRadon-Regular.woff
Binary file not shown.
4 changes: 0 additions & 4 deletions src/styles/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ strong {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

Expand All @@ -108,10 +106,8 @@ strong {
color: var(--c05);
align-items: center;
font-size: 3.8rem;
font-weight: 900;
margin-bottom: .6em;
padding-left: 1em;
-webkit-text-stroke: 1px var(--c05);
text-shadow:
var(--zk3) 2px 1px,
var(--zk5) 4px 3px,
Expand Down
31 changes: 28 additions & 3 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,31 @@
--ek9: #99FFAA;
}

@font-face {
font-family: KR-B;
src: url("/src/assets/fonts/MonaspaceKrypton-SemiWideExtraBold.woff") format('woff');
}
@font-face {
font-family: KR-M;
src: url("/src/assets/fonts/MonaspaceKrypton-Medium.woff") format('woff');
}
@font-face {
font-family: AR-B;
src: url("/src/assets/fonts/MonaspaceArgon-Bold.woff") format('woff');
}
@font-face {
font-family: AR-M;
src: url("/src/assets/fonts/MonaspaceArgon-Medium.woff") format('woff');
}
@font-face {
font-family: RN-M;
src: url("/src/assets/fonts/MonaspaceRadon-Medium.woff") format('woff');
}
@font-face {
font-family: RN-I;
src: url("/src/assets/fonts/MonaspaceRadon-MediumItalic.woff") format('woff');
}
/* background-image: url("/src/assets/bg.png"); */
img {
opacity: 1;
}
Expand Down Expand Up @@ -201,15 +226,15 @@ header,
ul.keywords li,
span.url,
a {
font-family: 'Monaspace Krypton', monospace, sans-serif;
font-family: KR-B, monospace;
}

blockquote {
font-family: 'Monaspace Radon', serif;
font-family: RN-I, serif;
}

section {
font-family: 'Monaspace Argon', system-ui, sans-serif;
font-family: AR-M, system-ui, sans-serif;
}

@page {
Expand Down

0 comments on commit 78a5b53

Please sign in to comment.