Skip to content

Instantly share code, notes, and snippets.

@2ndkauboy
Last active December 15, 2015 22:35
Show Gist options
  • Save 2ndkauboy/1c230a1d024fec747dff to your computer and use it in GitHub Desktop.
Save 2ndkauboy/1c230a1d024fec747dff to your computer and use it in GitHub Desktop.
Ein einfaches Child-Theme, das Imports zum Einbinden der CSS-Dateien verwendet.
/**
Theme Name: Adventskalender
Template: twentyFifteen
*/
@import url('../twentyfifteen/style.css');
@import url(https://fonts.googleapis.com/css?family=Cherry+Swash:700);
.site-title {
font-family: 'Cherry Swash', cursive;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment