1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-01 14:30:34 +02:00

Add Droid Sans and Droid Sans Mono font files to font/ directory

This makes Pico's default theme fully self-containing!
This commit is contained in:
Daniel Rudolf
2018-01-21 17:33:41 +01:00
parent 98247b9497
commit 075cf427b4
18 changed files with 4519 additions and 1 deletions

View File

@@ -15,8 +15,8 @@
<link rel="canonical" href="{{ current_page.url }}" />
{% endif %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/droidsans.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" />
</head>
<body{% if config.theme_config.widescreen %} class="widescreen"{% endif %}>