From d0ef17169701f90a9dab5f50e3eb61954653cae2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 29 Nov 2018 01:53:17 +0100 Subject: font upload --- app/view/templates/font.php | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/view/templates/font.php (limited to 'app/view/templates/font.php') diff --git a/app/view/templates/font.php b/app/view/templates/font.php new file mode 100644 index 0000000..e294031 --- /dev/null +++ b/app/view/templates/font.php @@ -0,0 +1,47 @@ +layout('layout', ['title' => 'font', 'css' => $css . 'font.css']) ?> + + +start('page') ?> + + +
+ + +⚡ Render +👓 View font CSS file + + +
+ + + + + +
+ + + + + + + + + + + + + + + +
fonttypesize
+ +
+ + +stop('page') ?> \ No newline at end of file -- cgit v1.2.3