mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
adds font-css and correct tutorial 28
This commit is contained in:
parent
9f360254a3
commit
f736f6b6e6
3 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
(in-package :hello-builder)
|
||||
|
||||
(defun my-click (panel)
|
||||
(setf (font (hello-span panel)) (format nil "~Apx Times, serif" (random 36)))
|
||||
(setf (font-css (hello-span panel)) (format nil "~Apx Times, serif" (random 36)))
|
||||
(setf (color (hello-span panel)) (rgb (random 255) (random 255) (random 255))))
|
||||
|
||||
(defun start-app ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue