github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/static/css/Satoshi/README.md (about)

     1  # Installing Webfonts
     2  Follow these simple Steps.
     3  
     4  ## 1.
     5  Put `satoshi/` Folder into a Folder called `fonts/`.
     6  
     7  ## 2.
     8  Put `satoshi.css` into your `css/` Folder.
     9  
    10  ## 3. (Optional)
    11  You may adapt the `url('path')` in `satoshi.css` depends on your Website Filesystem.
    12  
    13  ## 4.
    14  Import `satoshi.css` at the top of you main Stylesheet.
    15  
    16  ```
    17  @import url('satoshi.css');
    18  ```
    19  
    20  ## 5.
    21  You are now ready to use the following Rules in your CSS to specify each Font Style:
    22  ```
    23  font-family: Satoshi-Light;
    24  font-family: Satoshi-LightItalic;
    25  font-family: Satoshi-Regular;
    26  font-family: Satoshi-Italic;
    27  font-family: Satoshi-Medium;
    28  font-family: Satoshi-MediumItalic;
    29  font-family: Satoshi-Bold;
    30  font-family: Satoshi-BoldItalic;
    31  font-family: Satoshi-Black;
    32  font-family: Satoshi-BlackItalic;
    33  font-family: Satoshi-Variable;
    34  font-family: Satoshi-VariableItalic;
    35  
    36  ```
    37  ## 6. (Optional)
    38  Use `font-variation-settings` rule to controll axes of variable fonts:
    39  wght 900.0
    40  
    41  Available axes:
    42  'wght' (range from 300.0 to 900.0
    43