website: fix for safari and ms edge
This commit is contained in:
parent
c10bbc8a18
commit
098f2aaf32
3 changed files with 18 additions and 12 deletions
|
|
@ -126,7 +126,6 @@ tt {
|
|||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
(function(u){
|
||||
if (u.indexOf('Safari/') != -1 && u.indexOf('Chrome/') == -1 && u.indexOf('Chromium/') == -1) {
|
||||
|
|
@ -136,6 +135,7 @@ if (u.indexOf('Safari/') != -1 && u.indexOf('Chrome/') == -1 && u.indexOf('Chrom
|
|||
}
|
||||
})(navigator.userAgent);
|
||||
</script>
|
||||
<body>
|
||||
<div class="intro">
|
||||
<h1>Inter UI variable font test</h1>
|
||||
<p>
|
||||
|
|
|
|||
Reference in a new issue