move fonts from lib/fonts to dist/theme/fonts

This commit is contained in:
Hakim El Hattab
2020-05-19 11:03:16 +02:00
parent 0a58c681fe
commit 5e5013645d
31 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
*
* By Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
@import url(fonts/source-sans-pro/source-sans-pro.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #222; }