File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 display : block;
5151 }
5252 }}
53+ /* https://chrislachance.com/new-css-hacks-to-target-safari/ */
54+ /* iOS browsers */
55+ @supports (font : -apple-system-body) and (-webkit-touch-callout : default){
56+ # audio_enabler {
57+ display : block;
58+ }
59+ }
60+ /* Desktop Safari */
61+ @supports (font : -apple-system-body) and (not (-webkit-touch-callout : default)){
62+ # audio_enabler {
63+ display : block;
64+ }
65+ }
5366 </ style >
5467 < script src ='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js '> </ script >
5568 < script >
Original file line number Diff line number Diff line change 5050 display : block;
5151 }
5252 }}
53+ /* https://chrislachance.com/new-css-hacks-to-target-safari/ */
54+ /* iOS browsers */
55+ @supports (font : -apple-system-body) and (-webkit-touch-callout : default){
56+ # audio_enabler {
57+ display : block;
58+ }
59+ }
60+ /* Desktop Safari */
61+ @supports (font : -apple-system-body) and (not (-webkit-touch-callout : default)){
62+ # audio_enabler {
63+ display : block;
64+ }
65+ }
5366 </ style >
5467 < script src ='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js '> </ script >
5568 < script >
You can’t perform that action at this time.
0 commit comments