Sha256: 52a443bc63f6ffcbad4fa999bff0753f4e8bf69b12f707bef18e22e072be3ecd

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

<!-- Styles Start -->
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">


{% assign styles_url = "/assets/css/styles.css" | relative_url %}
<link rel="stylesheet" href="{{ styles_url }}">

{% assign bootstrap_url = "/assets/vendor/bootstrap/css/bootstrap.min.css" | relative_url %}
<link rel="stylesheet" href="{{ bootstrap_url }}">

{% assign aos_url = "/assets/vendor/aos/aos.css" | relative_url %}
<link rel="stylesheet" href="{{ aos_url }}">

{% assign octicons_url = "/assets/vendor/octicons/build.css" | relative_url %}
<link rel="stylesheet" href="{{ octicons_url }}">

{% if site.use_math %}
{% assign katex_url = "/assets/vendor/katex/katex.min.css" | relative_url %}
<script src="{{ katex_url }}"></script>
{% endif %}

<!-- Styles End -->

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _includes/styles.html
jekyll-struggle-0.0.1 _includes/styles.html