Skip to content

Commit

Permalink
started type revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
bogreudell committed Dec 23, 2020
1 parent c136037 commit 681e8cb
Show file tree
Hide file tree
Showing 12 changed files with 169 additions and 186 deletions.
2 changes: 1 addition & 1 deletion components/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<?php
if ( $section_title ) {
echo '<h1>' . $section_title . '</h1>' .
'<p>' . $section_text . '</h1><br>';
'<p>' . $section_text . '</p><br>';
}

if ( $section_embed_code ) {
Expand Down
12 changes: 6 additions & 6 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed">

<!-- loading fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i" rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif&display=swap" rel="stylesheet">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php bloginfo('description'); ?>">

<!-- loading fonts -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital@0;1&display=swap');
</style>

<?php wp_head(); ?>
<script>
// conditionizr.com
Expand Down
6 changes: 0 additions & 6 deletions single-languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
$speakers_recorded = get_field('speakers_recorded');
$lexicon_source = get_field('lexicon_source'); ?>

<!-- this is for trying out new typography on the languages page. we will incorporate this into the primary stylesheet eventually -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital@0;1&display=swap');
</style>

<div class="wt_single-languages">
<!-- this should be made compatible with the page-intro tempalte -->
<div class="wt_single-languages__intro">
Expand Down
Loading

0 comments on commit 681e8cb

Please sign in to comment.