Skip to content

Commit

Permalink
nasa font
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed Jun 6, 2024
1 parent 86fcd51 commit ab07cb3
Show file tree
Hide file tree
Showing 5 changed files with 1,712 additions and 4 deletions.
15 changes: 12 additions & 3 deletions tools/styles/base-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
--r-code-background-color: #434343;
--r-block-margin: 0em 30px 15px 30px;
--r-heading-margin: 0em 0em 20px 0em;
--r-heading-font: 'Unbounded';
--r-heading-color: #3f9dbf;
--r-heading-font: 'Nasalization';
--r-heading-color: #fbff96;
--r-heading-line-height: 1.5em;
--r-heading-letter-spacing: 0.02em;
--r-heading-text-transform: none;
Expand Down Expand Up @@ -582,7 +582,16 @@ nuke-flex[right] {
/*********************************************
* FONTS
*********************************************/
/* font: unbounded https://unbounded.polkadot.network/ */

/* font: Nasalization https://www.dafont.com/nasalization.font */
@font-face {
font-family: 'Nasalization';
font-style: normal;
src: url('./fonts/nasalization/nasalization-rg.otf') format('opentype'),
src: local(''), url('./fonts/nasalization/nasalization-rg.woff2') format('woff2');
}

/* font: Unbounded https://unbounded.polkadot.network/ */
@font-face {
font-family: 'Unbounded';
font-style: normal;
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ab07cb3

Please sign in to comment.