/*
Theme Name: Damek 2013-child
Theme URI: https://damek.org/
Description: Damek.org Twenty Thirteen Child theme
Author: Adam Piontek
Author URI: https://damek.org/
Template: twentythirteen
Version: 0.1
*/
 
/* This is must */
@import url("../twentythirteen/style.css");  
@import 'https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Inconsolata|Open+Sans';

html,
button,
input,
select,
textarea,
.site-description,
.format-link .entry-title,
.attachment .entry-title,
.author-description .author-title,
.archive-title,
.archive-meta,
.page-title,
.comments-title,
.comment-reply-title,
.widget .widget-title,
.menu-toggle {
    font-family: 'Open Sans', 'Source Sans Pro', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Goudy Bookletter 1911', 'Sorts Mill Goudy', Bitter, Georgia, serif;
}

code,
kbd,
pre,
samp {
    font-family: 'Inconsolata', monospace;
}

img.size-full, img.size-large, img.wp-post-image {
width: 100%;
}
