Skip to content

Commit

Permalink
<website> - typography changes
Browse files Browse the repository at this point in the history
  • Loading branch information
micolsalomone committed Nov 4, 2024
1 parent f639e89 commit 8566fb0
Show file tree
Hide file tree
Showing 26 changed files with 57 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sections:
label: documentation
URL: https://dyne.org/docs/dynebolic
---
### Dynebolic v.4.0.0 is sitll in beta. [Help us push towards a final release](community)
### Dynebolic v.4.0.0 is still in beta. [Help us push towards a final release](community)
**Jah Rastafari Livity Bless Us With Freedom!**

This is Free Software, share it for the good of yourself and the people around you, respect others and let them express, be free and let others be free. Live clean and let your work be seen! May you live a long and prosperous life in peace!
4 changes: 2 additions & 2 deletions website/themes/dyne-soft/assets/assets/sass/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
}
p {
font-size: 1.2em; /* 16px is the default em size */
line-height: 1.9555em; /* = 22px/14px */
line-height: 1.5em; /* = 22px/14px */
margin-bottom: 1.5em;
}
em {
Expand Down Expand Up @@ -46,7 +46,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: _font(family);
text-transform: uppercase;
font-weight: 700;
margin-bottom: 1.5em;
margin-bottom: 24px;
}
h1 {
font-size: 2.9em;
Expand Down
2 changes: 1 addition & 1 deletion website/themes/dyne-soft/assets/assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
}
#start {
padding-top: 120px;
padding-top: 48px;
}

.content-wrapper {
Expand Down
54 changes: 53 additions & 1 deletion website/themes/dyne-soft/assets/assets/sass/libs/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,62 @@

}

@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-Regular.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-Regular.ttf') format('ttf'),
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-Italic.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-Italic.ttf') format('ttf'),
font-weight: normal;
font-style: italic;

}

@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-Medium.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-Medium.ttf') format('ttf'),
font-weight: 300;
font-style: normal;

}

@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-MediumItalic.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-MediumItalic.ttf') format('ttf'),
font-weight: 300;
font-style: italic;

}


@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-Bold.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-Bold.ttf') format('ttf'),
font-weight: 500;
font-style: normal;

@font-face {
font-family: 'jakarta';
src: url('/dynebolic/assets/fonts/jakarta/webfonts/PlusJakartaSans-BoldItalic.woff2'),
url('/dynebolic/assets/fonts/jakarta/ttf/PlusJakartaSans-BoldItalic.ttf') format('ttf'),
font-weight: 500;
font-style: italic;



$font: (
title: ('syne', 'Arial', 'Helvetica', sans-serif),
family: ('syne', 'Arial', 'Helvetica', sans-serif),
family: ('jakarta', 'Arial', 'Helvetica', sans-serif),
family-fixed: ('syne-mono', 'dejavu_sans_monobook', 'Lucida Console', Monaco, monospace),
weight: 200,
weight-bold: 700,
Expand Down
Binary file added website/themes/dyne-soft/static/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8566fb0

Please sign in to comment.