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:
@@ -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 %}>
|
||||
|
Reference in New Issue
Block a user